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