void-packages/srcpkgs/abduco/template

21 lines
506 B
Bash
Raw Normal View History

2014-07-07 18:11:47 +00:00
# Template file for 'abduco'
pkgname=abduco
2015-03-19 09:50:08 +00:00
version=0.4
2015-05-31 08:42:57 +00:00
revision=2
2015-03-19 09:50:08 +00:00
build_pie=yes
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"
2015-03-19 09:50:08 +00:00
checksum=bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb
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
}