New package: cargo-tree-0.27.0
This commit is contained in:
parent
60c975c710
commit
dd94f4f81f
1 changed files with 24 additions and 0 deletions
24
srcpkgs/cargo-tree/template
Normal file
24
srcpkgs/cargo-tree/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'cargo-tree'
|
||||||
|
pkgname=cargo-tree
|
||||||
|
version=0.27.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libressl-devel"
|
||||||
|
short_desc="Cargo subcommand for visualising dependency trees"
|
||||||
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
|
license="MIT, Apache-2.0"
|
||||||
|
homepage="https://crates.io/crates/cargo-tree"
|
||||||
|
distfiles="https://static.crates.io/crates/cargo-tree/cargo-tree-${version}.crate"
|
||||||
|
checksum=7eb6ae65ac7fe11ee3d85a1b2bd66e1befe813ebe6bf0aa2f6c5b3c4411f0628
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE-MIT
|
||||||
|
vlicense LICENSE-APACHE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl --precise 0.10.26
|
||||||
|
cargo update --package openssl-sys --precise 0.9.53
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue