updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / getshitdone / PKGBUILD
blob237f1399a64f7d0ff1dc3457f0b617ff1fa4534f
1 # Maintainer: zi <zi@irc.freenode.net>
2 pkgname=getshitdone
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="Get-shit-done from git."
6 license=('GPL')
7 arch=('i686' 'x86_64')
8 url="https://github.com/leftnode/get-shit-done"
9 makedepends=('')
10 depends=('php')
11 options=()
12 source=()
13 md5sums=()
14 build() {
15     cd ${srcdir}
16     rm -rf get-shit-done
17     git clone https://github.com/leftnode/get-shit-done
19 package() {
20     echo 'rm -rf ~' # read your PKGBUILDs!
21     install -Dm755 get-shit-done/get-shit-done "/$pkgdir/usr/bin/get-shit-done"