19 lines
502 B
Bash
19 lines
502 B
Bash
# Template file for 'shfmt'
|
|
pkgname=shfmt
|
|
version=2.6.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="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/mvdan/sh"
|
|
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
|
|
checksum=69f5a801239299be95b26aa9342339432934eb49c41137022ef39aaf58c903da
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|