21 lines
772 B
Bash
21 lines
772 B
Bash
# Template file for 'cargo-auditable-bootstrap'
|
|
# Keep synced with cargo-auditable
|
|
pkgname=cargo-auditable-bootstrap
|
|
version=0.5.4
|
|
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"
|
|
changelog="https://github.com/rust-secure-code/cargo-auditable/raw/master/cargo-auditable/CHANGELOG.md"
|
|
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=8827a3810721e36df38dcdc28b2291760dc70609e57a9c7245ba1bf1932e1ced
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE-MIT
|
|
}
|