# Description: Dynamic menu for X11.
# URL: http://github.com/mytch444/nenu
# Maintainer: Mytchel Hammond, mytchel at openmailbox dot org
# Packager: Mytchel Hammond, mytchel at openmailbox dot org
# Depends on: xorg-server xorg-libxft xorg-libxrender freetype fontconfig

name=nenu
version=5
release=1
source=(https://github.com/mytch444/nenu/archive/ec0d33fcab1f89af09693443b7930f66045f5928.zip)

build() {
	cd $name-ec0d33fcab1f89af09693443b7930f66045f5928

	make
	make DESTDIR=$PKG PREFIX=/usr install-nenu install-man
}