vp-build/srcpkgs/xmandump/template

18 lines
541 B
Bash

# Template file for 'xmandump'
pkgname=xmandump
version=0.2.3
revision=1
build_style=go
go_import_path="github.com/void-linux/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 <ericonr@disroot.org>"
license="ISC"
homepage="https://github.com/void-linux/xmandump"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=d8c356bd2722558e9bfe1e55aefc0c44f6aecb52e998f4e7608e544a90cd6d89
post_install() {
vlicense LICENSE.txt LICENSE
}