vp-build/srcpkgs/cargo-auditable/template

20 lines
706 B
Bash

# Template file for 'cargo-auditable'
# Keep synced with cargo-auditable-bootstrap
pkgname=cargo-auditable
version=0.5.3
revision=1
build_wrksrc=cargo-auditable
build_style=cargo
hostmakedepends="cargo-auditable-bootstrap"
short_desc="Tool for embedding dependency information in rust binaries"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT,Apache-2.0"
homepage="https://github.com/rust-secure-code/cargo-auditable"
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
checksum=a73e55fb887a0a019d13fa87983e8825ca16d46076bf89d623fa060876ca4f3f
conflicts=cargo-auditable-bootstrap
post_install() {
vlicense ../LICENSE-MIT
}