updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / autarchy / PKGBUILD
blobfd25f6fe92235c8d5f67e0b3ee2b57cc1c56e8c0
1 # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
3 pkgname=autarchy
4 pkgver=0.3
5 pkgrel=1
6 pkgdesc="A script to create a tarball including all files required by the PKGBUILD"
7 url="http://themolok.netsons.org/scripts/autarchy"
8 arch=('i686' 'x86_64')
9 license="GPL"
10 depends=('bash')
11 source=('autarchy.sh')
12 md5sums=('6a84e9d6f63f90e011c92176bb20e7e6')
13 sha1sums=('7ec88d2cfd4abc29bb30b3692d82dca5b3303086')
15 build() {
16   mkdir -p $startdir/pkg/usr/bin
17   install -m755 $startdir/src/autarchy.sh $startdir/pkg/usr/bin/autarchy