22 lines
794 B
Bash
22 lines
794 B
Bash
# Template file for 'cargo-auditable-bootstrap'
|
|
# Keep synced with cargo-auditable
|
|
pkgname=cargo-auditable-bootstrap
|
|
version=0.6.2
|
|
revision=1
|
|
build_wrksrc=cargo-auditable
|
|
build_style=cargo
|
|
# Required for bootstrapping purposes
|
|
make_cmd=cargo
|
|
short_desc="Bootstrap package for cargo-auditable"
|
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
|
license="MIT,Apache-2.0"
|
|
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
|
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
|
|
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=b1c1455b5917d57d4beb3f9bf845059c2d701a034a060b908c7127e29e9b94f3
|
|
repository=bootstrap
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE-MIT
|
|
}
|