19 lines
537 B
Bash
19 lines
537 B
Bash
# Template file for 'vmdfmt'
|
|
pkgname=vmdfmt
|
|
version=0.0.4
|
|
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=f16d23a6bf98cd7067fc6143615e0f2f0b5fbdeacdc224e67c6b15f3e4336e3a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|