From b1b6fe27d586c1987a2f37a623e74ebb6ee5746a Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 18 Jul 2024 22:48:45 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/graphics/sh4der-jockey/recipe.toml | 5 +++++ recipes/wip/dev/ide/asm-lsp/recipe.toml | 5 +++++ recipes/wip/games/rpg/kingslayer/recipe.toml | 9 +++++++++ recipes/wip/terminal/rterm/recipe.toml | 5 +++++ 4 files changed, 24 insertions(+) create mode 100644 recipes/wip/dev/graphics/sh4der-jockey/recipe.toml create mode 100644 recipes/wip/dev/ide/asm-lsp/recipe.toml create mode 100644 recipes/wip/games/rpg/kingslayer/recipe.toml create mode 100644 recipes/wip/terminal/rterm/recipe.toml diff --git a/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml b/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml new file mode 100644 index 000000000..82e294017 --- /dev/null +++ b/recipes/wip/dev/graphics/sh4der-jockey/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/slerpyyy/sh4der-jockey" +[build] +template = "cargo" diff --git a/recipes/wip/dev/ide/asm-lsp/recipe.toml b/recipes/wip/dev/ide/asm-lsp/recipe.toml new file mode 100644 index 000000000..7529d44e1 --- /dev/null +++ b/recipes/wip/dev/ide/asm-lsp/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bergercookie/asm-lsp" +[build] +template = "cargo" diff --git a/recipes/wip/games/rpg/kingslayer/recipe.toml b/recipes/wip/games/rpg/kingslayer/recipe.toml new file mode 100644 index 000000000..3d18ee698 --- /dev/null +++ b/recipes/wip/games/rpg/kingslayer/recipe.toml @@ -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 +""" diff --git a/recipes/wip/terminal/rterm/recipe.toml b/recipes/wip/terminal/rterm/recipe.toml new file mode 100644 index 000000000..66cab250a --- /dev/null +++ b/recipes/wip/terminal/rterm/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/mechpen/rterm" +[build] +template = "cargo" -- GitLab