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/elixir.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "elixir")
(version "1.19.5")
(homepage "https://elixir-lang.org/")
(dependencies erlang)
(src (tar
(url "https://github.com/elixir-lang/elixir/archive/v1.19.5.tar.gz")
(dir "elixir-1.19.5")
(blake3 "af4afcf187d5934a7e7644971d8cb5a749137256044ff4769490016d476824e1")))
(build
(make)))