resolving dependencies

This commit is contained in:
2026-02-15 16:08:12 +01:00
parent a19e668908
commit 9dc1068034
11 changed files with 156 additions and 18 deletions

11
packages/automake.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "automake")
(version "1.18")
(homepage "https://www.gnu.org/software/automake/")
(dependencies m4)
(src (tar
(url "https://ftp.gnu.org/gnu/automake/automake-1.18.tar.gz")
(dir "automake-1.18")
(blake3 "42458b6c690f6bf69d9dece26b023a7437830333e9149a13ab165f34ecbe90a3")))
(build
(configure_make)))