alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (173B)


      1 name=torsocks
      2 version=2.5.0
      3 release=1
      4 source="https://gitlab.torproject.org/tpo/core/${name}/-/archive/v${version}/${name}-v${version}.tar.gz"
      5 
      6 prebuild() {
      7 	./autogen.sh
      8 }