diff options
| -rw-r--r-- | repos/extra/torsocks/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/torsocks/.files | 19 | ||||
| -rw-r--r-- | repos/extra/torsocks/abuild | 8 |
3 files changed, 28 insertions, 0 deletions
diff --git a/repos/extra/torsocks/.checksum b/repos/extra/torsocks/.checksum new file mode 100644 index 00000000..106cb3be --- /dev/null +++ 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 new file mode 100644 index 00000000..97ac2770 --- /dev/null +++ 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 new file mode 100644 index 00000000..04a9fd25 --- /dev/null +++ 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 +} |