summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 88dc61d83f9f63f5163604ac440ff9db85cfaba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Matt C <matt@xhec.us>
pkgname=aurtoo-git
_pkgname=aurtoo
pkgver=1.5.1
pkgrel=1
pkgdesc="Tool to manage your local AUR repo"
arch=('any')
url="https://github.com/SomethingGeneric/aurtoo"
license=('custom:nolicense')
depends=('pacman-contrib')
provides=('aurtoo')

source=("${_pkgname}::git+https://github.com/SomethingGeneric/aurtoo.git")

md4sums=("SKIP")

package() {
	mkdir -p $pkgdir/usr/bin
	mkdir -p $pkgdir/usr/share/licenses/$_pkgname
	cd $_pkgname
	make
	cp aurtoo $pkgdir/usr/bin/aurtoo
	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
}
md5sums=('SKIP')