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