Skip to content

Commit

Permalink
Make spinach use Github
Browse files Browse the repository at this point in the history
  • Loading branch information
floft committed Jun 7, 2015
1 parent 3f2d97d commit 1c29663
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions spinach/PKGBUILD
@@ -0,0 +1,20 @@
# Maintainer: Garrett <floft.net/contact>
pkgname=spinach
pkgver=0.5.13
pkgrel=2
pkgdesc="Another AUR helper written in Bash"
arch=('any')
url="https://github.com/floft/spinach"
license=('ISC')
depends=('expac' 'jshon')
makedepends=('git')
backup=('etc/spinach.conf')
source=("$pkgname::git+https://github.com/floft/spinach")
md5sums=('SKIP')

package() {
cd "${srcdir}/${pkgname}"
install -Dm755 "${pkgname}" "$pkgdir/usr/bin/${pkgname}"
install -Dm644 "${pkgname}.1" "$pkgdir/usr/share/man/man1/${pkgname}.1"
install -Dm644 config "$pkgdir/etc/${pkgname}.conf"
}

0 comments on commit 1c29663

Please sign in to comment.