17 lines
470 B
Bash
17 lines
470 B
Bash
|
# Template file for 'skroll'
|
||
|
pkgname=skroll
|
||
|
version=0.6
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
make_build_args="LD=\${CXX}"
|
||
|
short_desc="Scroll text to stdout"
|
||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||
|
license="WTFPL"
|
||
|
homepage="http://git.z3bra.org/cgit.cgi/skroll/"
|
||
|
distfiles="http://repo.voidlinux.de/distfiles/skroll-${version}/skroll-${version}.tar.bz2"
|
||
|
checksum=32221fef51f6814a7bf3cf4207b8a2466624544a2fd1e5b110ee2af3580d2959
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|