generate cool dependency graph

This commit is contained in:
2026-02-15 18:43:14 +01:00
parent 9dc1068034
commit 87a7eef39b
26 changed files with 321 additions and 22 deletions

11
packages/wget.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "wget")
(version "1.25.0")
(homepage "https://www.gnu.org/software/wget/")
(dependencies pkg-config libgnutls)
(src (tar
(url "https://ftp.gnu.org/gnu/wget/wget-1.25.0.tar.gz")
(dir "wget-1.25.0")
(blake3 "be2581f92173acf6d7e74f0c167b5c59da21b1f44a468b4608dd243a10c0857e")))
(build
(configure_make)))