void-packages/srcpkgs/shfmt/template
2016-10-28 01:06:48 +02:00

18 lines
498 B
Bash

# Template file for 'shfmt'
pkgname=shfmt
version=0.3.0
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"
checksum=ceaedab64b511e23351749a3b989fbdd518086f5152eaeb084a1e8a1c474b59a
post_install() {
vlicense LICENSE
}