void-packages/srcpkgs/openbsd-man/template

21 lines
471 B
Text
Raw Normal View History

2014-03-13 17:49:23 +00:00
# Template file for 'openbsd-man'
pkgname=openbsd-man
2014-11-11 16:29:31 +00:00
version=20141111
revision=1
2014-03-13 17:49:23 +00:00
build_style=gnu-makefile
hostmakedepends="git"
depends="mdocml>=1.13.1"
2014-03-13 17:49:23 +00:00
make_install_args="ETCDIR=/etc"
short_desc="The OpenBSD man(1) utility"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.openbsd.org"
provides="man-0_1"
2014-03-13 17:49:23 +00:00
replaces="man-db>=0"
conf_files="/etc/man.conf"
do_fetch() {
git clone git://github.com/voidlinux/openbsd-man ${pkgname}-${version}
}