18 lines
537 B
Bash
18 lines
537 B
Bash
# 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
|
|
}
|