vp-build/srcpkgs/cargo-auditable-bootstrap/template

20 lines
668 B
Bash

# Template file for 'cargo-auditable-bootstrap'
# Keep synced with cargo-auditable
pkgname=cargo-auditable-bootstrap
version=0.5.3
revision=1
build_wrksrc=cargo-auditable
build_style=cargo
# Required for bootstrapping purposes
make_cmd=cargo
short_desc="Bootstrap package for cargo-auditable"
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
post_install() {
vlicense ../LICENSE-MIT
}