mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Add recipes
This commit is contained in:
parent
e04f426d12
commit
00d4dd4cb2
5
recipes/wip/games/other/slint-tetris/recipe.toml
Normal file
5
recipes/wip/games/other/slint-tetris/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/GaspardCulis/slint-tetris"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/gui/gpcl/recipe.toml
Normal file
5
recipes/wip/gui/gpcl/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dngulin/gpcl"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/gui/ordinary/recipe.toml
Normal file
8
recipes/wip/gui/ordinary/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.com/floers/ordinary"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages ordinary
|
||||
"""
|
||||
5
recipes/wip/tools/graphics/other/image-sieve/recipe.toml
Normal file
5
recipes/wip/tools/graphics/other/image-sieve/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Futsch1/image-sieve"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user