void-packages/srcpkgs/abduco/template
2014-11-19 22:28:13 +01:00

21 lines
524 B
Plaintext

# Template file for 'abduco'
pkgname=abduco
version=0.2
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=c8b75a903b0914dd7804d57566f571f3f5efa91e46482bfb4652400156a71912
pre_build() {
sed -i '/^STRIP =/d' config.mk
}
post_install() {
vlicense LICENSE
vdoc README
}