mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
shfmt: update to 3.12.0.
This commit is contained in:
parent
ecbbc16c21
commit
0058391cfd
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'shfmt'
|
||||
pkgname=shfmt
|
||||
version=3.11.0
|
||||
version=3.12.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=mvdan.cc/sh/v3
|
||||
go_package="${go_import_path}/cmd/shfmt"
|
||||
go_ldflags="-X main.version=${version}"
|
||||
make_check_args='-skip "^TestRunnerTerminal.*$"'
|
||||
hostmakedepends="scdoc"
|
||||
short_desc="Shell parser and formatter"
|
||||
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
||||
|
@ -13,7 +14,7 @@ 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=69aebb0dd4bf5e62842c186ad38b76f6ec2e781188cd71cea33cb4e729086e94
|
||||
checksum=ac15f42feeba55af29bd07698a881deebed1cd07e937effe140d9300e79d5ceb
|
||||
|
||||
post_install() {
|
||||
scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
|
||||
|
|
Loading…
Add table
Reference in a new issue