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

12
packages/libdb.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "libdb")
(version "5.3.28")
(homepage "https://libdb.org/")
(dependencies make)
(src (tar
(url "https://github.com/berkeleydb/libdb/releases/download/v5.3.28/db-5.3.28.tar.gz")
(dir "db-5.3.28/build_unix")
(blake3 "1d62eee13dca6367321613ac5a8b410c30545eee79d0ed1915d171651e43a258")))
(build
(shell "../dist/configure --prefix=/usr CFLAGS=-Wno-error=implicit-function-declaration")
(make)))