void-packages/srcpkgs/outils/template

29 lines
799 B
Text
Raw Normal View History

2014-12-25 18:02:32 +00:00
# Template file for 'outils'
pkgname=outils
2015-02-23 16:24:05 +00:00
version=0.2
revision=3
2014-12-25 18:02:32 +00:00
build_style=gnu-makefile
make_install_args="install install-calendars"
makedepends="libressl-devel>=2.1.4"
2014-12-25 18:02:32 +00:00
depends="gcc" # for cpp(1)
2015-02-23 10:14:01 +00:00
conflicts="signify>=0 openbsd-rs>=0 vis-git>=0"
2014-12-25 18:02:32 +00:00
short_desc="Some non-standard OpenBSD tools"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="ISC, BSD"
homepage="https://github.com/chneukirchen/outils"
2015-02-23 16:24:05 +00:00
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
checksum=e37626abd95ada936250938f4142161f70dae8247257db946708d6a87e785ddc
2014-12-25 18:02:32 +00:00
do_build() {
make ${makejobs} CC="$CC" CFLAGS="$CFLAGS"
}
2015-02-23 16:27:15 +00:00
pre_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man8
}
2014-12-25 18:02:32 +00:00
post_install() {
rm ${DESTDIR}/usr/bin/cksum ${DESTDIR}/usr/share/man/man1/cksum.1
}