22 lines
571 B
Bash
22 lines
571 B
Bash
# Template file for 'menumaker'
|
|
pkgname=menumaker
|
|
version=0.99.11
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
pycompile_dirs="/usr/lib/menumaker"
|
|
hostmakedepends="python"
|
|
makedepends="python"
|
|
depends="python"
|
|
short_desc="Menu generation utility"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://menumaker.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=9d831adbaef2101d8b8d82e48d764c2c1a80a38e97dcf90740eb540e6db3f936
|
|
python_version=2 #unverified
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|