suricata, elixir, tcpdump

This commit is contained in:
2026-02-22 14:21:46 +01:00
parent 3f2768ebf7
commit aa09771d73
9 changed files with 89 additions and 1 deletions

11
packages/erlang.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "erlang")
(version "28.3.2")
(homepage "https://www.erlang.org/")
(dependencies perl libncurses)
(src (tar
(url "https://github.com/erlang/otp/releases/download/OTP-28.3.2/otp_src_28.3.2.tar.gz")
(dir "otp_src_28.3.2")
(blake3 "0fa9ae68d62853dd020bc850ae6bacef5439901d9ced28651ce3aee15100ef5a")))
(build
(configure_make)))