void-packages/srcpkgs/xmandump/template

18 lines
541 B
Bash
Raw Normal View History

2020-05-18 05:31:13 +00:00
# Template file for 'xmandump'
pkgname=xmandump
version=0.2.1
2020-05-18 05:31:13 +00:00
revision=1
build_style=go
go_import_path="github.com/void-linux/xmandump"
2020-05-18 05:31:13 +00:00
go_package="${go_import_path}/cmd/xmandump"
short_desc="Dump all manpages in an XBPS package for use with man.cgi"
maintainer="Érico Nogueira <ericonr@disroot.org>"
2020-05-18 05:31:13 +00:00
license="ISC"
homepage="https://github.com/void-linux/xmandump"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ca261e075940c97cb3ad639e4c8b746fa93bc7559032bc1ada3858c63658d014
2020-05-18 05:31:13 +00:00
post_install() {
vlicense LICENSE.txt LICENSE
}