void-packages/srcpkgs/abduco/template

20 lines
492 B
Bash
Raw Normal View History

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