netbsd-rumpkernel: checkout.

This commit is contained in:
Enno Boland 2016-10-18 09:43:21 +02:00
parent f791d6ffa0
commit bbe59385b8

View file

@ -2,15 +2,17 @@
pkgname=netbsd-rumpkernel
version=20140526
revision=2
wrksrc="buildrump-${version}"
wrksrc="buildrump.sh-${version}"
short_desc="The NetBSD rump kernel"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
hostmakedepends="git"
license="BSD"
homepage="https://github.com/anttikantee/buildrump.sh"
distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
checksum=c39e587868cd36ff5c6fa778aa47dd21dfcc9529409fad02a7fe33ade24a57a8
do_configure() {
./buildrump.sh checkout
# Do not install preformatted manpages
sed -i '/MKCATPAGES/d' buildrump.sh
}