void-packages/srcpkgs/rust-cargo-audit/template

25 lines
855 B
Bash

# Template file for 'rust-cargo-audit'
pkgname=rust-cargo-audit
version=0.18.1
revision=1
build_style=cargo
configure_args="--features=fix"
hostmakedepends="pkg-config"
makedepends="openssl-devel libssh2-devel zlib-devel"
short_desc="Audit Cargo.lock for crates with security vulnerabilities"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="Apache-2.0, MIT"
homepage="https://rustsec.org"
changelog="https://github.com/rustsec/rustsec/raw/main/cargo-audit/CHANGELOG.md"
distfiles="https://static.crates.io/crates/cargo-audit/cargo-audit-${version}.crate"
checksum=98bf8e948b35c7e5c715db6a7e82c7eccb8ec722965287b59f3ac15431288f9b
if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="smartstring crate does not build on 32-bit BE architectures"
fi
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
}