mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
arti: use system libzstd
This commit is contained in:
parent
5976451396
commit
ad7f5bfd24
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'arti'
|
||||
pkgname=arti
|
||||
version=1.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
archs="x86_64* i686* aarch64* arm*" # ring
|
||||
build_style=cargo
|
||||
make_install_args="--path crates/arti"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel sqlite-devel"
|
||||
makedepends="openssl-devel sqlite-devel libzstd-devel"
|
||||
short_desc="Tor implementation in Rust"
|
||||
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||
license="Apache-2.0, MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue