20 lines
696 B
Bash
20 lines
696 B
Bash
# Template file for 'osv-scanner'
|
|
pkgname=osv-scanner
|
|
version=1.3.6
|
|
revision=2
|
|
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}"
|
|
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=cac90e2683079d2fbe7c5e387d6a5acb65c7d340153df06e91578f9212def50b
|
|
|
|
do_check() {
|
|
go test ./...
|
|
}
|