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/libwebp.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libwebp")
(version "1.6.0")
(homepage "https://libwebp.com/")
(dependencies libjpeg libtiff)
(src (tar
(url "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.6.0.tar.gz")
(dir "libwebp-1.6.0")
(blake3 "561ab69419b391c5dbba6b448f610d9a6bdb6a631d7067518ceba48109e23fc9")))
(build
(configure_make)))