New package: staticcheck-2025.1.1.

This commit is contained in:
Michael Aldridge 2025-08-14 22:27:17 -05:00
parent 7d16784f2f
commit d55ee52dfc

View file

@ -0,0 +1,21 @@
# Template file for 'staticcheck'
pkgname=staticcheck
version=2025.1.1
revision=1
build_style=go
go_import_path=honnef.co/go/tools
go_package="${go_import_path}/cmd/staticcheck
${go_import_path}/cmd/structlayout
${go_import_path}/cmd/structlayout-pretty
${go_import_path}/cmd/structlayout-optimize"
short_desc="Advanced Go linter"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MIT"
homepage="https://staticcheck.dev/"
distfiles="https://github.com/dominikh/go-tools/archive/refs/tags/${version}.tar.gz"
checksum=259aaf528e4d98e7d3652e283e8551cfdb98cd033a7c01003cd377c2444dd6de
post_install() {
vlicense LICENSE
vlicense LICENSE-THIRD-PARTY
}