mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
16 lines
715 B
Bash
16 lines
715 B
Bash
# Template file for 'osv-scanner'
|
|
pkgname=osv-scanner
|
|
version=1.9.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/google/osv-scanner"
|
|
go_package="${go_import_path}/cmd/osv-scanner"
|
|
go_ldflags="-X main.version=${version}"
|
|
make_check_args="-skip=(_LocalDatabases|_Update)"
|
|
short_desc="Vulnerability scanner which uses the data provided by https://osv.dev"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="Apache-2.0"
|
|
homepage="https://google.github.io/osv-scanner/"
|
|
changelog="https://raw.githubusercontent.com/google/osv-scanner/main/CHANGELOG.md"
|
|
distfiles="https://github.com/google/osv-scanner/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=e2b62d114102eb9903e7ed110f69560bbf91b57c3163a256f532ab26dde45a49
|