17 lines
484 B
Bash
17 lines
484 B
Bash
# Template file for 'go-md2man'
|
|
pkgname=go-md2man
|
|
version=2.0.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/cpuguy83/go-md2man/v2
|
|
short_desc="Convert md to manpages"
|
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/cpuguy83/go-md2man"
|
|
distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
|
|
checksum=2f52e37101ea2734b02f2b54a53c74305b95b3a9a27792fdac962b5354aa3e4a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|