add recipes

This commit is contained in:
Ribbon 2024-02-15 02:29:25 +00:00
parent d6d37c9fbb
commit 1bf33106fa
3 changed files with 23 additions and 0 deletions

View 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",
]

View 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"

View 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"