17 lines
475 B
Bash
17 lines
475 B
Bash
# Template file for 'go-md2man'
|
|
pkgname=go-md2man
|
|
version=2.0.4
|
|
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=b0a4c7c077ede56967deef6ab7e7696c0f46124b0b3360fd05564ec5a536f11f
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|