mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
syft: update to 0.80.0.
This commit is contained in:
parent
8fa7100217
commit
e7453e4096
1 changed files with 12 additions and 3 deletions
|
@ -1,12 +1,21 @@
|
||||||
# Template file for 'syft'
|
# Template file for 'syft'
|
||||||
pkgname=syft
|
pkgname=syft
|
||||||
version=0.76.0
|
version=0.80.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
|
build_helper=qemu
|
||||||
go_import_path="github.com/anchore/syft/cmd/syft"
|
go_import_path="github.com/anchore/syft/cmd/syft"
|
||||||
short_desc="SBOM generator CLI for container images, filesystems and more"
|
short_desc="SBOM generator CLI for container images, filesystems and more"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/anchore/syft"
|
homepage="https://github.com/anchore/syft"
|
||||||
distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=d8a439850aa93ebd6fc01c5514b3bd70ae73965c9fea172c26843fcc8d0b5307
|
checksum=f53b05b2092118c02010c9be35c5a094834afbd057a2c0cbebe08333b52de76d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
syft="${DESTDIR}/usr/bin/syft"
|
||||||
|
for shell in bash fish zsh; do
|
||||||
|
vtargetrun ${syft} completion ${shell} >syft.${shell}
|
||||||
|
vcompletion syft.${shell} ${shell}
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue