1 # Maintainer: Steve Engledow <steve at offend dot me dot uk>
5 pkgdesc="A simple script that uses dmenu-notify and ttytter to provide a clean, easy way to update twitter"
7 url="https://github.com/stilvoid/dmenu/tree/twitter"
9 depends=('dmenu-notify-git' 'ttytter')
16 if [ -d dmenu-notify ]; then
21 git clone git://github.com/stilvoid/dmenu.git dmenu-notify
24 cd "$srcdir/dmenu-notify"
29 cd "$srcdir/dmenu-notify"
30 install -Dm644 ${srcdir}/dmenu-notify/LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
31 install -Dm755 ${srcdir}/dmenu-notify/dtweet "${pkgdir}/usr/bin/dtweet"