16 lines
472 B
Bash
16 lines
472 B
Bash
# Template file for 'abduco'
|
|
pkgname=abduco
|
|
version=0.4
|
|
revision=1
|
|
build_pie=yes
|
|
build_style=gnu-makefile
|
|
short_desc="Session management in a clean and simple way"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="ISC"
|
|
homepage="http://www.brain-dump.org/projects/abduco/"
|
|
distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|