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

@@ -0,0 +1,11 @@
(package
(name "moc")
(version "2.5.2")
(homepage "https://moc.daper.net/")
(dependencies bzip2 libdb pkg-config libncurses libtool libfaad2 libmad libflac libvorbis libid3tag libalsa)
(src (tar
(url "http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2")
(dir "moc-2.5.2")
(blake3 "cd1751cf75da6632ffd08bec5ab4f61fcf00f289b4fe873742359c4ba9a74c16")))
(build
(configure_make)))