mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
cargo-about: use system libzstd
This commit is contained in:
parent
44f364699e
commit
e98b7c8be5
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
||||||
# Template file for 'cargo-about'
|
# Template file for 'cargo-about'
|
||||||
pkgname=cargo-about
|
pkgname=cargo-about
|
||||||
version=0.5.5
|
version=0.5.5
|
||||||
revision=1
|
revision=2
|
||||||
# depends on rustls/ring
|
# depends on rustls/ring
|
||||||
archs="x86_64* aarch64* i686* arm*"
|
archs="x86_64* aarch64* i686* arm*"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libzstd-devel"
|
||||||
short_desc="Cargo plugin to generate list of all licenses for a crate"
|
short_desc="Cargo plugin to generate list of all licenses for a crate"
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue