22 lines
666 B
Bash
22 lines
666 B
Bash
# Template file for 'shfmt'
|
|
pkgname=shfmt
|
|
version=3.4.0
|
|
revision=1
|
|
wrksrc="sh-${version}"
|
|
build_style=go
|
|
go_import_path=mvdan.cc/sh/v3
|
|
go_package="${go_import_path}/cmd/shfmt"
|
|
hostmakedepends="scdoc"
|
|
short_desc="Shell parser and formatter"
|
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/mvdan/sh"
|
|
changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md"
|
|
distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
|
|
checksum=0eb593457df63c5a98597f6235b1ff558fadd18aed54653604731906790a9c90
|
|
|
|
post_install() {
|
|
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
|
|
vman shfmt.1
|
|
vlicense LICENSE
|
|
}
|