mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
New package: staticcheck-2025.1.1.
This commit is contained in:
parent
7d16784f2f
commit
d55ee52dfc
1 changed files with 21 additions and 0 deletions
21
srcpkgs/staticcheck/template
Normal file
21
srcpkgs/staticcheck/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue