void-packages/srcpkgs/vmdfmt/template
2019-03-07 18:16:54 +01:00

19 lines
537 B
Bash

# Template file for 'vmdfmt'
pkgname=vmdfmt
version=0.0.6
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=3d696c45da7ddd8a0bf07eb9d74b4d9c7f48ff2d980cab3b168fb6f815430308
post_install() {
vlicense LICENSE
}