void-packages/srcpkgs/bsdbuild/template
2014-02-18 15:29:40 +01:00

21 lines
587 B
Plaintext

# Template file for 'bsdbuild'
pkgname=bsdbuild
version=3.0
revision=2
noarch="yes"
build_style=gnu-configure
configure_args="--with-manpages --with-manlinks"
hostmakedepends="groff perl"
depends="perl"
short_desc="Simple, self-contained and portable build system"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://hypertriton.com/bsdbuild/"
license="BSD"
distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz"
checksum=202fbadffcab04a395bd4b3cb786720fd034c862ecf74da603ab29fbbe423428
pre_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man5
}