19 lines
643 B
Bash
19 lines
643 B
Bash
# Template file for 'outils'
|
|
pkgname=outils
|
|
version=0.11
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="install install-calendars"
|
|
depends="gcc" # for cpp(1)
|
|
short_desc="Some non-standard OpenBSD tools"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="ISC, BSD-3-Clause"
|
|
homepage="https://github.com/leahneukirchen/outils"
|
|
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=ec970fb5620b752b2a7dcecd868c66c8d187baad3c46d3fced1f5ff55def2587
|
|
conflicts="signify>=0 openbsd-rs>=0 ts>=0"
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
|
|
vlicense LICENSE
|
|
}
|