New package: iomenu-1.0

This commit is contained in:
dleeram 2017-09-14 17:13:00 +01:00 committed by Leаh Neukirchen
parent 299af74cfe
commit e70ab18ecf

20
srcpkgs/iomenu/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'iomenu'
pkgname=iomenu
version=1.0
revision=1
build_style=gnu-makefile
short_desc="Interactive selection menu"
maintainer="dleeram <dleeram@protonmail.com>"
license="ISC"
homepage="https://github.com/josuah/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=eaa35202ef8f3020dd2b96ec972d8d4d48c3110eacd9aad4f15ebdba96cd2ddc
pre_install() {
sed -i 's/$(PREFIX)/$(DESTDIR)$(PREFIX)/' Makefile
}
post_install() {
vdoc README
vlicense LICENSE
}