updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / autoaur / PKGBUILD
blob9b0f2be762e9d6be549c093ca9de092d60f7d1e5
1 # Contributor: Michal Krenek <mikos@sg1.cz>
2 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
3 pkgname=autoaur
4 pkgver=1.8
5 pkgrel=3
6 arch=('any')
7 pkgdesc="Automatically mass download, update, build and install AUR packages"
8 url="https://github.com/stefanhusmann/autoaur"
9 license=('GPL')
10 depends=('sudo')
11 optdepends=('tar: to use the tarball option' 'bzip2: to use the tarball option')
12 source=()
13 md5sums=()
15 build() {
16   cd $srcdir
17   [ -d $pkgname ] && rm -rf $pkgname
18   git clone git://github.com/stefanhusmann/autoaur.git
19   cd $pkgname
20   for _i in autoaur aurupdate aurdownload 
21   do
22     install -D -m 755 $_i $pkgdir/usr/bin/$_i
23   done
24   install -D -m 644 xgl.autoaur \
25     $pkgdir/usr/share/doc/$pkgname/xgl.autoaur