19 lines
492 B
Bash
19 lines
492 B
Bash
# Template file for 'abduco'
|
|
pkgname=abduco
|
|
version=0.5
|
|
revision=1
|
|
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=bf22226a4488355a7001a5dabbd1e8e3b7e7645efd1519274b956fcb8bcff086
|
|
|
|
do_build() {
|
|
make CC="$CC"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|