void-packages/srcpkgs/vmdfmt/template
2019-03-02 12:06:42 +01:00

18 lines
537 B
Bash

# Template file for 'vmdfmt'
pkgname=vmdfmt
version=0.0.5
revision=1
wrksrc="vmd-${version}"
build_style=go
go_import_path="github.com/bobertlo/vmd"
go_package="github.com/bobertlo/vmd/cmd/vmdfmt"
short_desc="Markdown autoformatter similar to gofmt"
maintainer="Robert Lowry <bobertlo@gmail.com>"
license="ISC"
homepage="https://github.com/bobertlo/vmd"
distfiles="https://github.com/bobertlo/vmd/archive/v${version}.tar.gz"
checksum=ad3065a2188e4bdc305cc94480f82af7eb3ea920dc38447b583bca169c24305e
post_install() {
vlicense LICENSE
}