void-packages/srcpkgs/abduco/template
2015-05-31 11:13:21 +02:00

21 lines
506 B
Bash

# Template file for 'abduco'
pkgname=abduco
version=0.4
revision=2
build_pie=yes
build_style=gnu-makefile
short_desc="Session management in a clean and simple way"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC"
homepage="http://www.brain-dump.org/projects/abduco/"
distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb
do_build() {
make CC="$CC"
}
post_install() {
vlicense LICENSE
}