void-packages/srcpkgs/shfmt/template

19 lines
498 B
Bash
Raw Normal View History

2016-09-20 15:25:17 +00:00
# Template file for 'shfmt'
pkgname=shfmt
2016-10-14 06:00:36 +00:00
version=0.2.0
2016-09-20 15:25:17 +00:00
revision=1
build_style=go
go_import_path="github.com/mvdan/sh"
go_package="${go_import_path}/cmd/shfmt"
wrksrc="sh-${version}"
short_desc="Shell parser and formatter"
maintainer="Michael Gehring <mg@ebfe.org>"
license="BSD"
homepage="https://github.com/mvdan/sh"
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
2016-10-14 06:00:36 +00:00
checksum=0681b830111807bb09e1d237a53f4134777ad4c9f968162a198d0f12264ba194
2016-09-20 15:25:17 +00:00
post_install() {
vlicense LICENSE
}