New package: vmdfmt-0.0.3

This commit is contained in:
Robert Lowry 2018-11-23 00:29:06 -06:00 committed by Michael Aldridge
parent 98568d9872
commit 522b0644bc

18
srcpkgs/vmdfmt/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'vmdfmt'
pkgname=vmdfmt
version=0.0.3
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=d2d491faba74360aeb1e03e906ac3d2471e88af74154d0acc95be222463fefde
post_install() {
vlicense LICENSE
}