void-packages/srcpkgs/abduco/template

21 lines
532 B
Text
Raw Normal View History

2014-07-07 18:11:47 +00:00
# Template file for 'abduco'
pkgname=abduco
version=0.1
revision=1
build_style=gnu-makefile
short_desc="Session management in a clean and simple way"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="ISC"
homepage="http://www.brain-dump.org/projects/abduco/"
distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=b4ef297cb7cc81170dc7edf75385cb1c55e024a52f90c1dd0bc0e9862e6f39b5
pre_build() {
sed -i 's|@strip|@${STRIP}|g' Makefile
}
post_install() {
vlicense LICENSE
vdoc README
}