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

@@ -0,0 +1,12 @@
(package
(name "php")
(version "8.5.3")
(homepage "https://www.php.net/")
(dependencies pkg-config libxml2 sqlite3 openssl zlib bzip2 curl libpng libwebp libfreetype libicu liboniguruma)
(src (tar
(url "https://www.php.net/distributions/php-8.5.3.tar.gz")
(dir "php-8.5.3")
(blake3 "717d92bb41ce7c62c579469dfd5fec79f99ea0aeeeedfb813a749986b075cfdf")))
(build
(configure_make
(configure_flags "--with-curl --with-zlib --with-openssl --with-bz2 --enable-xml --enable-mbstring --enable-intl --enable-gd --enable-exif --with-gettext --with-webp --with-jpeg --with-mysqli --with-freetype"))))