2022-11-01 12:50:20 +01:00
|
|
|
# Template file for 'cargo-auditable'
|
2022-11-01 22:28:16 +01:00
|
|
|
# Keep synced with cargo-auditable-bootstrap
|
2022-11-01 12:50:20 +01:00
|
|
|
pkgname=cargo-auditable
|
2022-12-12 14:51:59 +01:00
|
|
|
version=0.6.0
|
2022-11-14 10:11:48 +01:00
|
|
|
revision=1
|
2022-11-01 12:50:20 +01:00
|
|
|
build_wrksrc=cargo-auditable
|
|
|
|
build_style=cargo
|
2022-11-01 22:28:16 +01:00
|
|
|
hostmakedepends="cargo-auditable-bootstrap"
|
2022-11-01 12:50:20 +01:00
|
|
|
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"
|
2022-11-15 19:17:42 +01:00
|
|
|
changelog="https://github.com/rust-secure-code/cargo-auditable/raw/master/cargo-auditable/CHANGELOG.md"
|
2022-11-01 12:50:20 +01:00
|
|
|
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
2022-12-12 14:51:59 +01:00
|
|
|
checksum=1e04922614623ab0fc641ca6b0fc5ab04c91845b19efbace034e161a0e120b33
|
2022-11-01 22:28:16 +01:00
|
|
|
conflicts=cargo-auditable-bootstrap
|
2022-11-01 12:50:20 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense ../LICENSE-MIT
|
|
|
|
}
|