New package: abduco-0.1
This commit is contained in:
parent
94ef97773c
commit
a11ba409df
1 changed files with 20 additions and 0 deletions
20
srcpkgs/abduco/template
Normal file
20
srcpkgs/abduco/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue