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

@@ -0,0 +1,11 @@
(package
(name "libflac")
(version "1.5.0")
(homepage "https://xiph.org/flac/")
(dependencies xz)
(src (tar
(url "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.5.0.tar.xz")
(dir "flac-1.5.0")
(blake3 "2adca3cd8da4b577ebb9c12e73c91cf6f6a7feb7485b3f003853b82710bada84")))
(build
(configure_make)))