void-packages/srcpkgs/abduco/template

21 lines
506 B
Bash
Raw Normal View History

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