From 7146fae8b5e2a9fbf86ac77a318ed1a014fadda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 18 May 2020 02:31:13 -0300 Subject: [PATCH] New package: xmandump-0.1.0 --- srcpkgs/xmandump/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/xmandump/template diff --git a/srcpkgs/xmandump/template b/srcpkgs/xmandump/template new file mode 100644 index 00000000000..2148859b57e --- /dev/null +++ b/srcpkgs/xmandump/template @@ -0,0 +1,17 @@ +# Template file for 'xmandump' +pkgname=xmandump +version=0.1.0 +revision=1 +build_style=go +go_import_path="go.spiff.io/xmandump" +go_package="${go_import_path}/cmd/xmandump" +short_desc="Dump all manpages in an XBPS package for use with man.cgi" +maintainer="Érico Nogueira " +license="ISC" +homepage="https://github.com/nilium/xmandump" +distfiles="https://github.com/nilium/xmandump/archive/v${version}.tar.gz" +checksum=62350f50d5b5bc39203fc80cebba6c1645d05ca073218e65b579a6c53e3c9a00 + +post_install() { + vlicense LICENSE.txt LICENSE +}