updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / twitter-gx / PKGBUILD
blob280021c959351349fa7d0f6dc97443daeeac41ec
1 # Maintainer:  TDY <tdy@gmx.com>
2 # Contributor: Nathan Owe. <ndowens04+AUR@gmail.com>
4 pkgname=twitter-gx
5 pkgver=1.1
6 pkgrel=2
7 pkgdesc="A simple script to submit Twitter tweets from the command line or a zenity dialog"
8 arch=('any')
9 url="http://twitter-gx.googlecode.com/"
10 license=('BSD')
11 depends=('bash' 'curl' 'zenity')
12 install=$pkgname.install
13 source=(http://twitter-gx.googlecode.com/files/twitter-1.1
14         LICENSE)
15 md5sums=('12c8f40bc400621c869ce4406bc03d07'
16          '89526b73c222587af78da8a6e8c9cacf')
18 build() {
19   cd "$srcdir"
20   install -Dm755 twitter-1.1 "$pkgdir/usr/bin/$pkgname"
21   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"