redox/recipes/wip/dev/php/recipe.toml
2024-02-13 13:47:16 +00:00

12 lines
267 B
TOML

#TODO can't detect libiconv
# in case of problems, read https://www.php.net/manual/en/install.unix.php
[source]
tar = "https://www.php.net/distributions/php-8.3.0.tar.xz"
[build]
template = "configure"
dependencies = [
"libxml2",
"sqlite3",
"libiconv",
]