bdbbf00584
Added various patches from upstream, since the project appears dead and these won't be released Signed-off-by: Nathan Owens <ndowens04@gmail.com>
16 lines
479 B
Bash
16 lines
479 B
Bash
# Template file for 'abduco'
|
|
pkgname=abduco
|
|
version=0.6
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
short_desc="Session management in a clean and simple way"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="http://www.brain-dump.org/projects/abduco/"
|
|
distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=c90909e13fa95770b5afc3b59f311b3d3d2fdfae23f9569fa4f96a3e192a35f4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|