1 # Maintainer syne <madlikene@aim.com>
2 # Contributor ndowens <ndowens04@gmail.com>
8 pkgdesc="DestroyTwitter is a powerful and lightweight Adobe AIR Twitter client"
10 url="https://destroytwitter.com/"
12 [ $CARCH == i686 ] && depends=('adobe-air')
13 [ $CARCH == x86_64 ] && depends=('bin32-adobe-air')
15 source=(http://destroytoday.com/destroytwitter/releases/prerelease/DestroyTwitter$_pkgver.zip $pkgname.sh $pkgname.desktop)
16 md5sums=('b945c2cae25e8a8e7bb8cf185fab49ea'
17 'dcb87ce3ed851e9ef8664c67eaaf11e4'
18 '22cfe479116266e2d739b0427883ca85')
25 install -d ${pkgdir}/{opt/$pkgname,usr/{bin,share/{applications,pixmaps/$pkgname}}}
26 unzip -o DestroyTwitter$_pkgver.zip
27 unzip DestroyTwitter$_pkgver/DestroyTwitter$_pkgver.air
29 install DestroyTwitter$_pkgver/DestroyTwitter$_pkgver.air ${pkgdir}/opt/${pkgname}/destroytwitter.air
30 install icons/128.png ${pkgdir}/usr/share/pixmaps/${pkgname}/
31 install destroytwitter.desktop ${pkgdir}/usr/share/applications/
32 install -m755 $pkgname.sh ${pkgdir}/usr/bin/${pkgname}