mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: xmandump-0.1.0
This commit is contained in:
parent
1524bc94e4
commit
3e5045f5b9
1 changed files with 17 additions and 0 deletions
17
srcpkgs/xmandump/template
Normal file
17
srcpkgs/xmandump/template
Normal file
|
@ -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 <ericonr@disroot.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue