even more packages

This commit is contained in:
2026-02-19 18:34:17 +01:00
parent e9b5a0084c
commit 38c3ec542b
21 changed files with 205 additions and 14 deletions

11
packages/libxxhash.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libxxhash")
(version "0.8.3")
(homepage "https://xxhash.com/")
(dependencies make)
(src (tar
(url "https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.3.tar.gz")
(dir "xxHash-0.8.3")
(blake3 "64073932284e6076cec589aefbff9df671f8a18042f9ba6474d295179bc5eed2")))
(build
(make)))