aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/cargo-auditable-bootstrap/template
blob: 9810f562c99698e2ef6a5b699f1374825a051fe0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Template file for 'cargo-auditable-bootstrap'
# Keep synced with cargo-auditable
pkgname=cargo-auditable-bootstrap
version=0.6.4
revision=1
build_wrksrc=cargo-auditable
build_style=cargo
make_check_args="-- --skip test_wasm"
# Required for bootstrapping purposes
make_cmd=cargo
short_desc="Bootstrap package for cargo-auditable"
maintainer="tranzystorekk <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=3e3f4134d81b47277d34c44bc1169c9b0356612977651f8e98e2ba1a470b69a2
repository=bootstrap

post_install() {
	vlicense ../LICENSE-MIT
}