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