generate cool dependency graph
This commit is contained in:
12
packages/php.shrap
Normal file
12
packages/php.shrap
Normal 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"))))
|
||||
Reference in New Issue
Block a user