Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: xmandump-0.1.0 #22069

Merged
merged 1 commit into from
May 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/xmandump/template
Original file line number Diff line number Diff line change
@@ -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"
abenson marked this conversation as resolved.
Show resolved Hide resolved
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
}