18 lines
514 B
Bash
18 lines
514 B
Bash
# Template file for 'ts'
|
|
pkgname=ts
|
|
version=1.0.2
|
|
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=f73452aed80e2f9a7764883e9353aa7f40e65d3c199ad1f3be60fd58b58eafec
|
|
|
|
do_install() {
|
|
make PREFIX="$DESTDIR/usr" install
|
|
vdoc Changelog
|
|
vdoc OBJECTIVES
|
|
vdoc TRICKS
|
|
}
|