18 lines
506 B
Bash
18 lines
506 B
Bash
# Template file for 'go-md2man'
|
|
pkgname=go-md2man
|
|
version=2.0.0
|
|
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=50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|