mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
57a4e57c1c
commit
812ff830b2
6
recipes/wip/db/stoolap/recipe.toml
Normal file
6
recipes/wip/db/stoolap/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/stoolap/stoolap"
|
||||
shallow_clone = "true"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/db/tsql/recipe.toml
Normal file
10
recipes/wip/db/tsql/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/fcoury/tsql"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages tsql
|
||||
"""
|
||||
[package]
|
||||
dependencies = ["postgresql16"]
|
||||
5
recipes/wip/demos/nibble/recipe.toml
Normal file
5
recipes/wip/demos/nibble/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Vaishnav-Sabari-Girish/nibble"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/git-tools/oyo/recipe.toml
Normal file
8
recipes/wip/dev/git-tools/oyo/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ahkohd/oyo"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages oyo
|
||||
"""
|
||||
5
recipes/wip/dev/git-tools/shackle-shell/recipe.toml
Normal file
5
recipes/wip/dev/git-tools/shackle-shell/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://codeberg.org/worthe-it/shackle-shell"
|
||||
[build]
|
||||
template = "cargo"
|
||||
7
recipes/wip/games/platform/supertux/recipe.toml
Normal file
7
recipes/wip/games/platform/supertux/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO determine minimum dependencies from cmake log
|
||||
# build instructions: https://github.com/SuperTux/supertux/blob/master/INSTALL.md#compiling
|
||||
[source]
|
||||
tar = "https://github.com/SuperTux/supertux/releases/download/v0.7.0-beta.1/SuperTux-v0.7.0-beta.1-Source.tar.gz"
|
||||
[build]
|
||||
template = "cmake"
|
||||
9
recipes/wip/media/effy/recipe.toml
Normal file
9
recipes/wip/media/effy/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/aNNiMON/effy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
[package]
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user