# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=wgetpaste pkgver=2.32 pkgrel=0 pkgdesc="Command-line interface to various pastebins" url="http://wgetpaste.zlin.dk/" arch="noarch" license="MIT" depends="wget bash" options="!check" # no tests subpackages="$pkgname-zsh-completion:zsh:noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/zlin/wgetpaste/archive/$pkgver.tar.gz" package() { install -Dm755 wgetpaste "$pkgdir"/usr/bin/wgetpaste install -Dm644 _wgetpaste "$pkgdir"/usr/share/zsh/site-functions/_wgetpaste } zsh() { pkgdesc="Zsh completion for wgetpaste" install_if="$pkgname=$pkgver-r$pkgrel zsh" mkdir -p "$subpkgdir"/usr/share/zsh/site-functions mv "$pkgdir"/usr/share/zsh/site-functions/* \ "$subpkgdir"/usr/share/zsh/site-functions } sha512sums=" 57f6194c864adf3eabffe46163d1c83a5c2c30affc4c353fee5cafe6aaf19cfa306e134cb5dd216577eb34cc93eee66b28297e5a1d4fa92d78d38597170d40bb wgetpaste-2.32.tar.gz "