# Contributor: Leo # Contributor: Sören Tempel # Contributor: Eivind Uggedal # Maintainer: Roberto Oliveira pkgname=hub pkgver=2.13.0 pkgrel=0 pkgdesc="Extends git with extra features for GitHub" url="https://hub.github.com/" arch="all" license="MIT" makedepends="go util-linux bash ca-certificates groff" options="net !checkroot" subpackages=" $pkgname-doc $pkgname-bash-completion:bashcomp:noarch $pkgname-zsh-completion:zshcomp:noarch $pkgname-fish-completion:fishcomp:noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz" builddir="$srcdir/src/github.com/github/hub" prepare() { mkdir -p "${builddir%/*}" mv $pkgname-$pkgver "$builddir" default_prepare } build() { export GOPATH="$srcdir" make make man-pages } check() { bin/hub --version } package() { make PREFIX="$pkgdir"/usr install } bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel bash-completion" install -Dm644 "$builddir"/etc/hub.bash_completion.sh \ "$subpkgdir"/usr/share/bash-completion/completions/$pkgname } zshcomp() { depends="" pkgdesc="Zsh completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel zsh" install -Dm644 "$builddir"/etc/$pkgname.zsh_completion \ "$subpkgdir"/usr/share/zsh/site-functions/_$pkgname } fishcomp() { depends="" pkgdesc="Fish completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel fish" install -Dm644 "$builddir"/etc/$pkgname.fish_completion \ "$subpkgdir"/usr/share/fish/completions/$pkgname.fish } sha512sums="77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342 hub-2.13.0.tar.gz"