void-packages/srcpkgs/abduco/template

20 lines
492 B
Bash
Raw Normal View History

2014-07-07 18:11:47 +00:00
# Template file for 'abduco'
pkgname=abduco
2016-01-10 15:45:34 +00:00
version=0.5
revision=1
2014-07-07 18:11:47 +00:00
build_style=gnu-makefile
short_desc="Session management in a clean and simple way"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-07-07 18:11:47 +00:00
license="ISC"
homepage="http://www.brain-dump.org/projects/abduco/"
distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz"
2016-01-10 15:45:34 +00:00
checksum=bf22226a4488355a7001a5dabbd1e8e3b7e7645efd1519274b956fcb8bcff086
2014-07-07 18:11:47 +00:00
2015-05-31 08:42:57 +00:00
do_build() {
make CC="$CC"
}
2014-07-07 18:11:47 +00:00
post_install() {
vlicense LICENSE
}