# Template file for 'outils' pkgname=outils version=0.4.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 vis-git>=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/${pkgname}/archive/v${version}.tar.gz" checksum=8ec18ac1864190061fe7c033131a804f08b9323bc7195b84c0893f78cf2f32b2 post_install() { rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1 }