moc, gcc, neovim, ffmpeg

This commit is contained in:
2026-02-19 14:04:38 +01:00
parent 1a775ed217
commit 2f35f407c6
17 changed files with 150 additions and 22 deletions

11
packages/libogg.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libogg")
(version "1.3.6")
(homepage "https://xiph.org/vorbis/")
(dependencies make)
(src (tar
(url "https://downloads.xiph.org/releases/ogg/libogg-1.3.6.tar.gz")
(dir "libogg-1.3.6")
(blake3 "15700f821ca755821c0646eec5b965491e27578a241490bef9f89cf5f2597042")))
(build
(configure_make)))