1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: Nathan Owe. <ndowens04+AUR@gmail.com>
7 pkgdesc="A simple script to submit Twitter tweets from the command line or a zenity dialog"
9 url="http://twitter-gx.googlecode.com/"
11 depends=('bash' 'curl' 'zenity')
12 install=$pkgname.install
13 source=(http://twitter-gx.googlecode.com/files/twitter-1.1
15 md5sums=('12c8f40bc400621c869ce4406bc03d07'
16 '89526b73c222587af78da8a6e8c9cacf')
20 install -Dm755 twitter-1.1 "$pkgdir/usr/bin/$pkgname"
21 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"