void-packages/srcpkgs/shfmt/template
2019-12-20 12:58:04 +01:00

18 lines
509 B
Bash

# Template file for 'shfmt'
pkgname=shfmt
version=3.0.0
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=8bfd0d4b4d532d0b6ecd77f94c91d1f6da47b26a4453ed5c7567826113424116
post_install() {
vlicense LICENSE
}