17 lines
449 B
Bash
17 lines
449 B
Bash
# Template file for 'skroll'
|
|
pkgname=skroll
|
|
version=0.6
|
|
revision=2
|
|
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/skroll/log.html"
|
|
distfiles="http://dl.z3bra.org/releases/${pkgname}-${version}.tar.bz2"
|
|
checksum=32221fef51f6814a7bf3cf4207b8a2466624544a2fd1e5b110ee2af3580d2959
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|