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
2017-01-06 04:19:31 +00:00
version=1.1.0
2017-02-17 12:42:18 +00:00
revision=3
2016-09-20 15:25:17 +00:00
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"
2017-01-06 04:19:31 +00:00
checksum=5c4914ffc11689f17ad913b994bb0ed1bcca22e8a7ef58a9f6143dab0626d54b
2016-09-20 15:25:17 +00:00
post_install() {
vlicense LICENSE
}