updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / pullandmake / PKGBUILD
blob22e2687cd82ac0edb0677286b27f1e5f66f9f867
1 # Maintainer: Thomas Dahms <thdahms (at) gmx (dot) de>
3 pkgname=pullandmake
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="Maybe the simplest tool to pull packages from AUR and build them. Without any unneeded features."
7 arch=('any')
8 url="http://skwillt.wordpress.org"
9 license=('MIT')
10 depends=('bash')
11 source=(pullandmake LICENSE)
12 md5sums=('120b438ee997e4f443cfac4d59053a70'
13          '53644e9dc0273f56ffbb67de73b1af24')
15 build() {
16     install -Dm 755 pullandmake $pkgdir/usr/bin/pullandmake
17     install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE