From 47cce7e47804aa630efc9aae3da795849e0362af Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 25 Dec 2014 19:02:32 +0100 Subject: [PATCH] New package: outils-0.1 --- srcpkgs/outils/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/outils/template 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 +}