diff --git a/srcpkgs/outils/template b/srcpkgs/outils/template new file mode 100644 index 00000000000..989e4f62069 --- /dev/null +++ b/srcpkgs/outils/template @@ -0,0 +1,23 @@ +# Template file for 'outils' +pkgname=outils +version=0.1 +revision=1 +build_style=gnu-makefile +make_install_args="install install-calendars" +makedepends="libressl-devel" +depends="gcc" # for cpp(1) +conflicts="signify>=0 openbsd-rs>=0" +short_desc="Some non-standard OpenBSD tools" +maintainer="Christian Neukirchen " +license="ISC, BSD" +homepage="https://github.com/chneukirchen/outils" +distfiles="https://github.com/chneukirchen/outils/archive/v0.1.tar.gz" +checksum=76cb8e363dff95771c744475c9a19714926f9d7fe87708b8a580fe45683ea52d + +do_build() { + make ${makejobs} CC="$CC" CFLAGS="$CFLAGS" +} + +post_install() { + rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1 +}