# Maintainer: Fabien Dubosson pkgname="gws" pkgver="0.1.13" 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" "${pkgver}.tar.gz.sig" ) validpgpkeys=('EB8627616EC1971DF076F2FF2BF5FD22FCABDE73') sha256sums=('f5c6ef7322bc44bf87798828df0ebbfef5b5826d4e2103ba92e168d4dce72a66' 'SKIP') 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: