mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
parent
47b8a4a49e
commit
d1e0e45cde
1 changed files with 17 additions and 0 deletions
17
srcpkgs/go-md2man/template
Normal file
17
srcpkgs/go-md2man/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'go-md2man'
|
||||||
|
pkgname=go-md2man
|
||||||
|
version=1.0.8
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/cpuguy83/go-md2man
|
||||||
|
hostmakedepends="git"
|
||||||
|
short_desc="Convert md to manpages"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://${go_import_path}"
|
||||||
|
distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz"
|
||||||
|
checksum=84e443c78d048f4a609743704b6bff5c83473691a0793c577ebb9b1f7577c9d5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue