mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
add recipes
This commit is contained in:
parent
d6d37c9fbb
commit
1bf33106fa
13
recipes/wip/games/uqm/recipe.toml
Normal file
13
recipes/wip/games/uqm/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO download game data - https://sourceforge.net/projects/sc2/files/UQM/0.8/uqm-0.8.0-content.uqm/download
|
||||
#TODO missing script, read the INSTALL file inside the tarball
|
||||
[source]
|
||||
tar = "https://sourceforge.net/projects/sc2/files/UQM/0.8/uqm-0.8.0-src.tgz/download"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"libpng",
|
||||
"libogg",
|
||||
"libvorbis",
|
||||
"zlib",
|
||||
]
|
||||
5
recipes/wip/net/freenginx/recipe.toml
Normal file
5
recipes/wip/net/freenginx/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://freenginx.org/download/nginx-1.24.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/net/nginx/recipe.toml
Normal file
5
recipes/wip/net/nginx/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://nginx.org/download/nginx-1.24.0.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user