New package: outils-0.1
This commit is contained in:
parent
562a06f450
commit
47cce7e478
1 changed files with 23 additions and 0 deletions
23
srcpkgs/outils/template
Normal file
23
srcpkgs/outils/template
Normal file
|
@ -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 <chneukirchen@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue