From 9c1b24de870b2f65a1e437a31d842f3a0af6511e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 14 Apr 2024 17:20:19 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/cargo-goggles/recipe.toml | 5 +++++ recipes/wip/dev/cargo-semver-checks/recipe.toml | 5 +++++ recipes/wip/tools/nickel/recipe.toml | 9 +++++++++ recipes/wip/tui/nyaa-rs/recipe.toml | 5 +++++ recipes/wip/tui/terminusdm/recipe.toml | 6 ++++++ 5 files changed, 30 insertions(+) create mode 100644 recipes/wip/dev/cargo-goggles/recipe.toml create mode 100644 recipes/wip/dev/cargo-semver-checks/recipe.toml create mode 100644 recipes/wip/tools/nickel/recipe.toml create mode 100644 recipes/wip/tui/nyaa-rs/recipe.toml create mode 100644 recipes/wip/tui/terminusdm/recipe.toml diff --git a/recipes/wip/dev/cargo-goggles/recipe.toml b/recipes/wip/dev/cargo-goggles/recipe.toml new file mode 100644 index 000000000..7e15385ec --- /dev/null +++ b/recipes/wip/dev/cargo-goggles/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/M4SS-Code/cargo-goggles" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-semver-checks/recipe.toml b/recipes/wip/dev/cargo-semver-checks/recipe.toml new file mode 100644 index 000000000..a8a6894a9 --- /dev/null +++ b/recipes/wip/dev/cargo-semver-checks/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/obi1kenobi/cargo-semver-checks" +[build] +template = "cargo" diff --git a/recipes/wip/tools/nickel/recipe.toml b/recipes/wip/tools/nickel/recipe.toml new file mode 100644 index 000000000..82be3444e --- /dev/null +++ b/recipes/wip/tools/nickel/recipe.toml @@ -0,0 +1,9 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/tweag/nickel" +rev = "13ffc851aed22b4c7d9630cd423e627304b7ea8f" +[build] +template = "custom" +script = """ +cookbook_cargo_packages nickel-lang-cli +""" diff --git a/recipes/wip/tui/nyaa-rs/recipe.toml b/recipes/wip/tui/nyaa-rs/recipe.toml new file mode 100644 index 000000000..00f7d662f --- /dev/null +++ b/recipes/wip/tui/nyaa-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Beastwick18/nyaa" +[build] +template = "cargo" diff --git a/recipes/wip/tui/terminusdm/recipe.toml b/recipes/wip/tui/terminusdm/recipe.toml new file mode 100644 index 000000000..7eb159d7d --- /dev/null +++ b/recipes/wip/tui/terminusdm/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sumoduduk/terminusdm" +rev = "ed95a51bec282238e73d4215f4d97e6c7356e415" +[build] +template = "cargo" -- GitLab