some packages

This commit is contained in:
2026-02-15 14:49:42 +01:00
parent b4564fa5bb
commit a19e668908
23 changed files with 231 additions and 24 deletions

11
packages/git.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "git")
(version "2.53.0")
(homepage "https://git-scm.com/")
(dependencies zlib gettext xz)
(src (tar
(url "https://www.kernel.org/pub/software/scm/git/git-2.53.0.tar.gz")
(dir "git-2.53.0")
(blake3 "6ae1f287a09019677f704184588883d68a8116807cc14c6a138adea5ca9636e0")))
(build
(configure_make)))