void-packages/srcpkgs/shfmt/template
2020-02-24 08:54:34 +01:00

19 lines
509 B
Bash

# Template file for 'shfmt'
pkgname=shfmt
version=3.0.2
revision=1
wrksrc="sh-${version}"
build_style=go
go_import_path=mvdan.cc/sh
go_package="${go_import_path}/cmd/shfmt"
short_desc="Shell parser and formatter"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/mvdan/sh"
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
checksum=4ce55f902c6c405f740357a1ccf095b605d14eb5b56d882c74bced4d6410d4ae
post_install() {
vlicense LICENSE
}