18 lines
568 B
Bash
18 lines
568 B
Bash
# Template file for 'xmandump'
|
|
pkgname=xmandump
|
|
version=0.2.8
|
|
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="https://github.com/void-linux/xmandump/archive/v${version}.tar.gz"
|
|
checksum=17c4ea9680b132d916d51fa73648c81d9732dd13c05441a57b4db5b2d145aef2
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|