void-packages/srcpkgs/go-md2man/template

17 lines
475 B
Bash

# Template file for 'go-md2man'
pkgname=go-md2man
version=2.0.5
revision=1
build_style=go
go_import_path=github.com/cpuguy83/go-md2man/v2
short_desc="Convert md to manpages"
maintainer="Daniel Lewan <daniel@teddydd.me>"
license="MIT"
homepage="https://github.com/cpuguy83/go-md2man"
distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
checksum=6bb799e8fff06d82ca4617190157338d336e2361aa6c5b1786f763a684ffc3f2
post_install() {
vlicense LICENSE.md
}