commit 48ca3781df2905e224520f0ced1a5de139a14a47 parent b5976536825a52b9913a39ca03e90cf8cbd85482 Author: emmett1 <emmett1.2miligrams@protonmail.com> Date: Sun, 12 Oct 2025 15:08:38 +0000 torsocks: new added Diffstat:
| A | repos/extra/torsocks/.checksum | | | 1 | + |
| A | repos/extra/torsocks/.files | | | 19 | +++++++++++++++++++ |
| A | repos/extra/torsocks/abuild | | | 8 | ++++++++ |
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/repos/extra/torsocks/.checksum b/repos/extra/torsocks/.checksum @@ -0,0 +1 @@ +5a0957467f2b08e49b347078b189fa2474ceed60ab7f1368c73a429aa90a3606 torsocks-v2.5.0.tar.gz diff --git a/repos/extra/torsocks/.files b/repos/extra/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/repos/extra/torsocks/abuild b/repos/extra/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 +}