updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bit / PKGBUILD
blobb9a52705a6c196f64b33d276571abf4d297f0f53
1 # Maintainer: Linus Sjögren <thelinx@unreliablepollution.net>
2 pkgname=bit
3 pkgver=0.3
4 pkgrel=2
5 pkgdesc="minimal build system written in python"
6 license=('BSD')
7 arch="any"
8 url="https://github.com/sahchandler/bit"
9 depends=('python2')
10 conflicts=('bit-git')
11 source=("https://github.com/sahchandler/bit/tarball/CaressOfSteel-0.3")
12 md5sums=('9e38f0c46a085d00f839dc693e237eef')
14 package() {
15   cd "$srcdir"
16   cd `find -name sahchandler*`
17   python2 setup.py install --prefix=$pkgdir/usr
18   install -Dm0644 License.md \
19     $pkgdir/usr/share/licenses/$pkgname/License.md