aboutsummaryrefslogtreecommitdiff
path: root/torsocks
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-10-12 15:08:37 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-10-12 15:08:37 +0000
commit77436b3b38464f5427f07b20b9d51f0765d368ff (patch)
tree69d9cb57e2c828a92b9c02224ccef829f0b6e75a /torsocks
parent64d34e2992b81cdbfe4f9c5fa65ca4e40ff8b164 (diff)
downloadalicelinux-77436b3b38464f5427f07b20b9d51f0765d368ff.tar.gz
alicelinux-77436b3b38464f5427f07b20b9d51f0765d368ff.zip
Woodpecker CI 48ca3781df2905e224520f0ced1a5de139a14a47 [SKIP CI]
Diffstat (limited to 'torsocks')
-rw-r--r--torsocks/.checksum1
-rw-r--r--torsocks/.files19
-rw-r--r--torsocks/abuild8
3 files changed, 28 insertions, 0 deletions
diff --git a/torsocks/.checksum b/torsocks/.checksum
new file mode 100644
index 00000000..106cb3be
--- /dev/null
+++ b/torsocks/.checksum
@@ -0,0 +1 @@
+5a0957467f2b08e49b347078b189fa2474ceed60ab7f1368c73a429aa90a3606 torsocks-v2.5.0.tar.gz
diff --git a/torsocks/.files b/torsocks/.files
new file mode 100644
index 00000000..97ac2770
--- /dev/null
+++ b/torsocks/.files
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/tor/
+-rw-r--r-- root/root etc/tor/torsocks.conf.new
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/torsocks
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/torsocks/
+lrwxrwxrwx root/root usr/lib/torsocks/libtorsocks.so -> libtorsocks.so.0.0.0
+lrwxrwxrwx root/root usr/lib/torsocks/libtorsocks.so.0 -> libtorsocks.so.0.0.0
+-rwxr-xr-x root/root usr/lib/torsocks/libtorsocks.so.0.0.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/torsocks.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/torsocks.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/torsocks.8.gz
diff --git a/torsocks/abuild b/torsocks/abuild
new file mode 100644
index 00000000..04a9fd25
--- /dev/null
+++ b/torsocks/abuild
@@ -0,0 +1,8 @@
+name=torsocks
+version=2.5.0
+release=1
+source="https://gitlab.torproject.org/tpo/core/${name}/-/archive/v${version}/${name}-v${version}.tar.gz"
+
+prebuild() {
+ ./autogen.sh
+}