mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Add recipes
This commit is contained in:
parent
e31cafff97
commit
b1b6fe27d5
5
recipes/wip/dev/graphics/sh4der-jockey/recipe.toml
Normal file
5
recipes/wip/dev/graphics/sh4der-jockey/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/slerpyyy/sh4der-jockey"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/ide/asm-lsp/recipe.toml
Normal file
5
recipes/wip/dev/ide/asm-lsp/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bergercookie/asm-lsp"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/games/rpg/kingslayer/recipe.toml
Normal file
9
recipes/wip/games/rpg/kingslayer/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Zaechus/kingslayer"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/kingslayer
|
||||
cp -rv "${COOKBOOK_SOURCE}"/worlds/* "${COOKBOOK_STAGE}"/usr/share/kingslayer
|
||||
"""
|
||||
5
recipes/wip/terminal/rterm/recipe.toml
Normal file
5
recipes/wip/terminal/rterm/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mechpen/rterm"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user