void-packages/srcpkgs/ts/template

19 lines
514 B
Bash

# Template file for 'ts'
pkgname=ts
version=1.0.3
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=fa833311543dc535b60cb7ab83c64ab5ee31128dbaaaa13dde341984e542b428
do_install() {
make PREFIX="$DESTDIR/usr" install
vdoc Changelog
vdoc OBJECTIVES
vdoc TRICKS
}