redox/recipes/wip/php/recipe.toml
2023-12-22 19:28:02 +00:00

11 lines
252 B
TOML

#TODO Not compiled or tested
# 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",
]