updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / spinach / PKGBUILD
blobca2cf827b541310494712fca61a3abb1bde7c7b2
1 # Maintainer: Garrett <http://floft.net/contact>
2 pkgname=spinach
3 pkgver=0.4.35
4 pkgrel=1
5 pkgdesc="A small AUR helper written in Bash."
6 arch=('any')
7 url="http://floft.net/wiki/Scripts/Spinach"
8 license=('ISC')
9 depends=()
10 source=(http://www.floft.net/uploads/spinach/spinach.tar.gz)
11 md5sums=('3d3396b19c38797091ca54cb40dcc34c')
12 sha256sums=('532c1997aba2f36ba6cc4468681354b4fc9a1eeaf04f48097a708ca97772107c')
13 install=spinach.install
15 build() {
16   cd                         "$srcdir/$pkgname-$pkgver"
17   install -Dm755 $pkgname   "$pkgdir/usr/bin/$pkgname"
18   install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
19   install -Dm644 config      "$pkgdir/usr/share/$pkgname/config"