cargo-auditable: depend and conflict on bootstrap package
This commit is contained in:
parent
c1098f0941
commit
c5a3ba12db
|
@ -1,15 +1,18 @@
|
||||||
# Template file for 'cargo-auditable'
|
# Template file for 'cargo-auditable'
|
||||||
|
# Keep synced with cargo-auditable-bootstrap
|
||||||
pkgname=cargo-auditable
|
pkgname=cargo-auditable
|
||||||
version=0.5.2
|
version=0.5.2
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=cargo-auditable
|
build_wrksrc=cargo-auditable
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
hostmakedepends="cargo-auditable-bootstrap"
|
||||||
short_desc="Tool for embedding dependency information in rust binaries"
|
short_desc="Tool for embedding dependency information in rust binaries"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT,Apache-2.0"
|
license="MIT,Apache-2.0"
|
||||||
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
||||||
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=fee70e8d2354e47eba1fed767430c12423c2a93c37307ae4c7d977c7693b88dd
|
checksum=fee70e8d2354e47eba1fed767430c12423c2a93c37307ae4c7d977c7693b88dd
|
||||||
|
conflicts=cargo-auditable-bootstrap
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE-MIT
|
vlicense ../LICENSE-MIT
|
||||||
|
|
Loading…
Reference in New Issue