mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 15:47:01 +02:00
21 lines
778 B
Bash
21 lines
778 B
Bash
# Template file for 'arti'
|
|
pkgname=arti
|
|
version=1.4.0
|
|
revision=1
|
|
archs="x86_64* i686* aarch64* arm*" # ring
|
|
build_style=cargo
|
|
make_install_args="--path crates/arti"
|
|
hostmakedepends="pkg-config"
|
|
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"
|
|
homepage="https://gitlab.torproject.org/tpo/core/arti"
|
|
changelog="https://gitlab.torproject.org/tpo/core/arti/-/raw/main/CHANGELOG.md"
|
|
distfiles="https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v${version}/arti-arti-v${version}.tar.gz"
|
|
checksum=404e79e1f33c3dfdf8290c1f2b2c651c0b00ed5dd66fc78e08d92621b7ff660e
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
vdoc crates/arti/src/arti-example-config.toml
|
|
}
|