1 # Maintainer: Steve Engledow <steve at offend dot me dot uk>
2 pkgname='dmenu-notify-git'
5 pkgdesc="A fork of dmenu that includes features like eager matching of options and displaying notifications without a menu"
7 url="https://github.com/stilvoid/dmenu"
17 if [ -d dmenu-notify ]; then
22 git clone git://github.com/stilvoid/dmenu.git dmenu-notify
25 cd "$srcdir/dmenu-notify"
30 cd "$srcdir/dmenu-notify"
31 install -Dm644 ${srcdir}/dmenu-notify/LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
32 make MANPREFIX="$pkgdir/usr/share/man" PREFIX="$pkgdir/usr" install || return 1