diff options
author | root <root@rshg054.dnsready.net> | 2011-12-27 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-27 23:14:54 +0000 |
commit | b3288f94e625603d6b5b23740b721287e75eead7 (patch) | |
tree | eff707b86ebe69b25cbd9f7b6549e7d8d76f4e46 /~fauno/afew/PKGBUILD | |
parent | 342100843ef3e4379443c526403fac1b1cb6416a (diff) |
Tue Dec 27 23:14:54 UTC 2011
Diffstat (limited to '~fauno/afew/PKGBUILD')
-rw-r--r-- | ~fauno/afew/PKGBUILD | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/~fauno/afew/PKGBUILD b/~fauno/afew/PKGBUILD new file mode 100644 index 000000000..c03ccc7c8 --- /dev/null +++ b/~fauno/afew/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Kazuo Teramoto <kaz.rag at gmail.com> +pkgname=afew +pkgver=2011.12.1 +_gitver=20111222 +pkgrel=1 +pkgdesc="afew is an initial tagging script for notmuch mail" +arch=(any) +url="https://github.com/teythoon/afew" +license=('custom:BSD') +depends=('python2' 'notmuch' 'dbacl') +source=("https://repo.parabolagnulinux.org/other/${pkgname}-${_gitver}-${pkgrel}-any.src.tar.gz" + 'LICENSE') + +build() { + cd "$srcdir/$pkgname" + + python2 setup.py build +} + +package() { + cd "$srcdir/$pkgname" + python2 setup.py install --prefix="$pkgdir/usr" + + install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: +md5sums=('e99de6dc7390e22701fa60cfed1a52b8' + '295b245540aa61538f9a3556c4be846c') |