18 lines
552 B
Bash
18 lines
552 B
Bash
# Template file for 'bsdbuild'
|
|
pkgname=bsdbuild
|
|
version=3.1
|
|
revision=3
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://hypertriton.com/bsdbuild/"
|
|
distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz"
|
|
checksum=d4c562c33cda97f2c5c71ced422f336060a7402237ffc41d84937ca30e942dff
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|