18 lines
506 B
Bash
18 lines
506 B
Bash
# Template file for 'go-md2man'
|
|
pkgname=go-md2man
|
|
version=2.0.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/cpuguy83/go-md2man/v2
|
|
hostmakedepends="git"
|
|
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=889309ecf43e40d3a76d666b0259dcd71b340ea0fad003784ff3fe0b6c21990e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|