Skip to content
Snippets Groups Projects
Commit 164887b8 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent ef3ce95f
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO can't detect libiconv
# in case of problems, read https://www.php.net/manual/en/install.unix.php # in case of problems, read https://www.php.net/manual/en/install.unix.php
[source] [source]
tar = "https://www.php.net/distributions/php-8.3.0.tar.xz" tar = "https://www.php.net/distributions/php-8.3.0.tar.xz"
......
#TODO configuration problem
#TODO discover the dependencies #TODO discover the dependencies
[source] [source]
git = "https://github.com/notaz/picodrive" git = "https://github.com/notaz/picodrive"
[build] [build]
template = "configure" template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--platform=generic
--sound-drivers=sdl
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment