void-packages/srcpkgs/go-md2man/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
482 B
Bash

# Template file for 'go-md2man'
pkgname=go-md2man
version=1.0.10
revision=1
build_style=go
go_import_path=github.com/cpuguy83/go-md2man
hostmakedepends="git"
short_desc="Convert md to manpages"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://${go_import_path}"
distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
checksum=76aa56849123b99b95fcea2b15502fd886dead9a5c35be7f78bdc2bad6be8d99
post_install() {
vlicense LICENSE.md
}