21 lines
487 B
Bash
21 lines
487 B
Bash
# 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
|
|
}
|