18 lines
498 B
Bash
18 lines
498 B
Bash
# Template file for 'shfmt'
|
|
pkgname=shfmt
|
|
version=1.0.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=568a88b0f1c8d80e410e5565ec0d4c5b38def1c1aace241f7299596fdfc6e146
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|