updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kingbash / PKGBUILD
bloba9d411de994080a85ec44c6e53bdf3461e4167a4
1 # Maintained by Procyon
3 pkgname=kingbash
4 pkgver=41
5 #downloadname="download.php?i=HV8xbJnd" #pastebin.com
6 #downloadname="pastebin.php?dl=319158" #pastebin.org
7 downloadname="VSFH" #sprunge.us
8 pkgrel=2
9 pkgdesc="Menu autocompletion for Bash. Ncurses-like implementation of kokoko3k's KingBash."
10 arch=(any)
11 url="https://bbs.archlinux.org/viewtopic.php?id=101010"
12 depends=(python)
13 license=(none)
14 #install=$pkgname.install
15 #source=("http://aur.pastebin.com/$downloadname")
16 #source=("http://pastebin.org/$downloadname")
17 source=(http://sprunge.us/$downloadname)
18 sha1sums=(741cbcd1475f10d79175310024c4b832867adcd5)
20 build() {
21   cd "${srcdir}"
22 #  sed -i 's/\r$//' "$downloadname"
23   install -D "$downloadname" "${pkgdir}/usr/bin/kingbash"