updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / spinach / PKGBUILD
blob594d3731042412fcf734490ff36913ce37629ffc
1 # Maintainer: Garrett <http://floft.net/contact>
2 pkgname=spinach
3 pkgver=0.5.0
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=('jshon')
10 source=(http://www.floft.net/uploads/spinach/spinach.tar.gz)
11 md5sums=('8b6f313eea7e4a8d1ccb5d5f4c5ca8e1')
12 sha256sums=('245d8dae3ce40fbf443adfa0c0ee456e0488c58e74a4ff2fd93c21e8e7583a1a')
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"