New package: openbsd-man-20140313.
This commit is contained in:
parent
a9ba8a9be3
commit
1e066e3658
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'openbsd-man'
|
||||||
|
pkgname=openbsd-man
|
||||||
|
version=20140313
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
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"
|
||||||
|
|
||||||
|
replaces="man-db>=0"
|
||||||
|
conf_files="/etc/man.conf"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone git://github.com/voidlinux/openbsd-man ${pkgname}-${version}
|
||||||
|
}
|
Loading…
Reference in New Issue