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

12
packages/curl.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "curl")
(version "8.18.0")
(homepage "https://curl.se/")
(dependencies libopenssl libpsl)
(src (tar
(url "https://curl.se/download/curl-8.18.0.tar.gz")
(dir "curl-8.18.0")
(blake3 "f8ae3cff5077c358793d154d2fd9815272cb7590750309221ea63c953b261653")))
(build
(configure_make
(configure_flags "--with-openssl"))))