22 lines
834 B
Bash
22 lines
834 B
Bash
# Template file for 'cargo-auditable'
|
|
# Keep synced with cargo-auditable-bootstrap
|
|
pkgname=cargo-auditable
|
|
version=0.6.1
|
|
revision=2
|
|
build_wrksrc=cargo-auditable
|
|
build_style=cargo
|
|
hostmakedepends="cargo-auditable-bootstrap"
|
|
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"
|
|
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=091dc954c09408a9a2bdf1b01fa34f3e4bf7a7621966d2f4c4d5fc689a3baaf4
|
|
conflicts=cargo-auditable-bootstrap
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE-MIT
|
|
vman cargo-auditable.1
|
|
}
|