summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c5fe47fd85537ba8cfe4ee95087064eefb8c151c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Garrett <floft.net/contact>
pkgname=spinach
pkgver=0.5.15
pkgrel=1
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"
}