go-md2man: update to 2.0.0.
This commit is contained in:
parent
20e7291113
commit
cb8cdc388b
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'go-md2man'
|
# Template file for 'go-md2man'
|
||||||
pkgname=go-md2man
|
pkgname=go-md2man
|
||||||
version=1.0.10
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/cpuguy83/go-md2man
|
go_import_path=github.com/cpuguy83/go-md2man/v2
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Convert md to manpages"
|
short_desc="Convert md to manpages"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://${go_import_path}"
|
homepage="https://github.com/cpuguy83/go-md2man"
|
||||||
distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
|
distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
|
||||||
checksum=76aa56849123b99b95fcea2b15502fd886dead9a5c35be7f78bdc2bad6be8d99
|
checksum=50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue