20 lines
532 B
Text
20 lines
532 B
Text
# Template file for 'abduco'
|
|
pkgname=abduco
|
|
version=0.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Session management in a clean and simple way"
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
license="ISC"
|
|
homepage="http://www.brain-dump.org/projects/abduco/"
|
|
distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=b4ef297cb7cc81170dc7edf75385cb1c55e024a52f90c1dd0bc0e9862e6f39b5
|
|
|
|
pre_build() {
|
|
sed -i 's|@strip|@${STRIP}|g' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README
|
|
}
|