diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-10-12 15:08:38 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-10-12 15:08:38 +0000 |
| commit | 48ca3781df2905e224520f0ced1a5de139a14a47 (patch) | |
| tree | 9b523d39bb0ba16f33ad65419fdb1812b9c45ece /repos/extra/torsocks/abuild | |
| parent | b5976536825a52b9913a39ca03e90cf8cbd85482 (diff) | |
| download | alicelinux-48ca3781df2905e224520f0ced1a5de139a14a47.tar.gz alicelinux-48ca3781df2905e224520f0ced1a5de139a14a47.zip | |
torsocks: new added
Diffstat (limited to 'repos/extra/torsocks/abuild')
| -rw-r--r-- | repos/extra/torsocks/abuild | 8 |
1 files changed, 8 insertions, 0 deletions
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 +} |