19 lines
509 B
Bash
19 lines
509 B
Bash
# Template file for 'shfmt'
|
|
pkgname=shfmt
|
|
version=3.1.1
|
|
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=db5d86d9caeb025e41307cb834b21d7a35e171afe5257277e74cb3e44a17ae00
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|