Skip to content

Commit 3cc8197

Browse files
committed
user/oniux: new package
1 parent 5a78aab commit 3cc8197

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

user/oniux/template.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pkgname = "oniux"
2+
pkgver = "0.6.1"
3+
pkgrel = 0
4+
build_style = "cargo"
5+
make_install_args = ["--locked"]
6+
hostmakedepends = ["cargo-auditable", "cmake", "pkgconf", "rust-bindgen"]
7+
makedepends = ["openssl3-devel", "rust-std", "sqlite-devel", "zstd-devel"]
8+
pkgdesc = "Kernel-level Tor isolation for Linux applications"
9+
license = "MIT OR Apache-2.0"
10+
url = "https://gitlab.torproject.org/tpo/core/oniux"
11+
source = f"{url}/-/archive/v{pkgver}/oniux-v{pkgver}.tar.gz"
12+
sha256 = "de8387e2a53ea944d0f368a455661357e5c441ac2cc16b81fb5ce5fbb9d3f532"
13+
# no tests
14+
options = ["!check"]
15+
16+
17+
def post_install(self):
18+
self.install_license("LICENSE-MIT")

user/oniux/update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
url = "https://gitlab.torproject.org/tpo/core/oniux/-/tags"

0 commit comments

Comments
 (0)