From 1c0aa71e650b8034758cb73de697ff13d6b3de77 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 21 Aug 2015 17:11:15 -0300 Subject: gws: add new package to [pcr] -> https://labs.parabola.nu/issues/785 --- pcr/gws/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pcr/gws/PKGBUILD (limited to 'pcr/gws/PKGBUILD') diff --git a/pcr/gws/PKGBUILD b/pcr/gws/PKGBUILD new file mode 100644 index 000000000..f737d4316 --- /dev/null +++ b/pcr/gws/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer (Arch): Fabien Dubosson + +pkgname="gws" +pkgver="0.1.8" +pkgrel="1" +pkgdesc="Colorful KISS helper for git workspaces" +url="https://github.com/StreakyCobra/gws" +license=('MIT') +arch=('any') +depends=('bash>4.0' 'git') +changelog="ChangeLog" +source=("https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz") +md5sums=('f6da0de648b5af5ce818e109f39f003f') + +package() { + cd "${srcdir}/${pkgname}-${pkgver}/" + + install -D -m755 'src/gws' "${pkgdir}/usr/bin/${pkgname}" + install -D -m755 'completions/zsh' "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}" + install -D -m755 'completions/bash' "${pkgdir}/usr/share/bash-completion/completions/${pkgname}" +} + +# vim:set ts=4 sw=4 et: -- cgit v1.2.3