vp-build/srcpkgs/bsdbuild/template

20 lines
555 B
Bash

# Template file for 'bsdbuild'
pkgname=bsdbuild
version=3.1
revision=1
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@voidlinux.eu>"
homepage="http://hypertriton.com/bsdbuild/"
license="BSD"
distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz"
checksum=d4c562c33cda97f2c5c71ced422f336060a7402237ffc41d84937ca30e942dff
post_install() {
vlicense LICENSE
}