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

@@ -0,0 +1,11 @@
(package
(name "ffmpeg")
(version "8.0.1")
(homepage "https://www.ffmpeg.org/")
(dependencies xz nasm)
(src (tar
(url "https://ffmpeg.org/releases/ffmpeg-8.0.1.tar.xz")
(dir "ffmpeg-8.0.1")
(blake3 "9b0da96f97d9e7c23e7df73d348e7491030e8ed51dcc491ee029dc8785350997")))
(build
(configure_make)))