# Template file for 'ts'
pkgname=ts
version=1.0.4
revision=1
build_style=gnu-makefile
short_desc="Simple unix task spool system"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="http://vicerveza.homeunix.net/~viric/soft/ts/"
distfiles="http://vicerveza.homeunix.net/~viric/soft/ts/${pkgname}-${version}.tar.gz"
checksum=b1ab3db52dca36af3699178b8d0e936a30107f8d5c86a974163c580823b01790

do_install() {
	make PREFIX="$DESTDIR/usr" install
	vdoc Changelog
	vdoc OBJECTIVES
	vdoc TRICKS
}
