apache, nginx, tor, fdisk

This commit is contained in:
2026-02-21 18:03:07 +01:00
parent 6559569986
commit 917ffadc6a
17 changed files with 114 additions and 17 deletions

12
packages/tor.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "tor")
(version "0.4.9.5")
(homepage "https://www.torproject.org/")
(dependencies libevent zlib zstd)
(src (tar
(url "https://dist.torproject.org/tor-0.4.9.5.tar.gz")
(dir "tor-0.4.9.5")
(blake3 "6e0e93223b4b22693207750cb850abe9e106c2b6a4e5e14b9f2012ee43fd4fab")))
(build
(configure_make
(configure_flags "--enable-lzma --enable-zstd"))))