void-packages/srcpkgs/shfmt/template
2016-11-09 20:05:35 +01:00

18 lines
498 B
Bash

# Template file for 'shfmt'
pkgname=shfmt
version=0.4.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=586bc70b6ae0bb19f92135adc95c50dc1bb803d724429527c21d43981c0111a7
post_install() {
vlicense LICENSE
}