vp-build/srcpkgs/ts/template

19 lines
507 B
Bash

# Template file for 'ts'
pkgname=ts
version=1.0
revision=2
build_style=gnu-makefile
short_desc="A simple unix task spool system"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="http://vicerveza.homeunix.net/~viric/soft/ts/"
distfiles="http://vicerveza.homeunix.net/~viric/soft/ts/${pkgname}-${version}.tar.gz"
checksum=4f53e34fff0bb24caaa44cdf7598fd02f3e5fa7cacaea43fa0d081d03ffbb395
do_install() {
make PREFIX="$DESTDIR/usr" install
vdoc Changelog
vdoc OBJECTIVES
vdoc TRICKS
}