updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / twitbash / PKGBUILD
blob0339d0630d8e63129d7ccf27cc5ad914d1ea26c5
1 pkgname=twitbash
2 pkgver=1.0.0
3 pkgrel=2
4 pkgdesc="Script written in Bash to perform various twitter functions. (OAuth and Custom Application capable)"
5 arch=(any)
6 url="http://aur.archlinux.org/packages.php?ID=40616"
7 license=('GPL')
8 depends=('bash' 'curl')
9 source=('http://served.kittykatt.tk/projects/packages/twitbash.tar.gz')
10 md5sums=('69a93b215ff3e061f82792375883ad6e')
11 install=$pkgname.install
13 build() {
14   cd ${srcdir}
16   install -d $pkgdir/usr/bin
17   install -d $pkgdir$HOME/.config/twitbash
19   cp OAuth.sh $pkgdir$HOME/.config/twitbash/
20   cp TwitterOAuth.sh $pkgdir$HOME/.config/twitbash/
21   cp twitbash $pkgdir/usr/bin/