From b9116617c19b9c184d7f152a8a83396264a5b3ad Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 11 May 2024 04:50:16 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/licensure/recipe.toml | 5 +++++ recipes/wip/dev/precious/recipe.toml | 5 +++++ recipes/wip/finance/apcacli/recipe.toml | 5 +++++ recipes/wip/games/tetromino/recipe.toml | 5 +++++ recipes/wip/graphics/dify/recipe.toml | 5 +++++ recipes/wip/libs/libhidapi/recipe.toml | 9 +++++++++ recipes/wip/security/nitrocli/recipe.toml | 8 ++++++++ recipes/wip/tools/notnow/recipe.toml | 5 +++++ recipes/wip/tools/sam/recipe.toml | 8 ++++++++ recipes/wip/tools/tq/recipe.toml | 5 +++++ 10 files changed, 60 insertions(+) create mode 100644 recipes/wip/dev/licensure/recipe.toml create mode 100644 recipes/wip/dev/precious/recipe.toml create mode 100644 recipes/wip/finance/apcacli/recipe.toml create mode 100644 recipes/wip/games/tetromino/recipe.toml create mode 100644 recipes/wip/graphics/dify/recipe.toml create mode 100644 recipes/wip/libs/libhidapi/recipe.toml create mode 100644 recipes/wip/security/nitrocli/recipe.toml create mode 100644 recipes/wip/tools/notnow/recipe.toml create mode 100644 recipes/wip/tools/sam/recipe.toml create mode 100644 recipes/wip/tools/tq/recipe.toml diff --git a/recipes/wip/dev/licensure/recipe.toml b/recipes/wip/dev/licensure/recipe.toml new file mode 100644 index 000000000..9d7fdab0c --- /dev/null +++ b/recipes/wip/dev/licensure/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/chasinglogic/licensure" +[build] +template = "cargo" diff --git a/recipes/wip/dev/precious/recipe.toml b/recipes/wip/dev/precious/recipe.toml new file mode 100644 index 000000000..8036581d2 --- /dev/null +++ b/recipes/wip/dev/precious/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/houseabsolute/precious" +[build] +template = "cargo" diff --git a/recipes/wip/finance/apcacli/recipe.toml b/recipes/wip/finance/apcacli/recipe.toml new file mode 100644 index 000000000..8782aa9aa --- /dev/null +++ b/recipes/wip/finance/apcacli/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/d-e-s-o/apcacli" +[build] +template = "cargo" diff --git a/recipes/wip/games/tetromino/recipe.toml b/recipes/wip/games/tetromino/recipe.toml new file mode 100644 index 000000000..5bc28f719 --- /dev/null +++ b/recipes/wip/games/tetromino/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/d-e-s-o/tetromino" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/dify/recipe.toml b/recipes/wip/graphics/dify/recipe.toml new file mode 100644 index 000000000..ca5050b34 --- /dev/null +++ b/recipes/wip/graphics/dify/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/jihchi/dify" +[build] +template = "cargo" diff --git a/recipes/wip/libs/libhidapi/recipe.toml b/recipes/wip/libs/libhidapi/recipe.toml new file mode 100644 index 000000000..2589679fa --- /dev/null +++ b/recipes/wip/libs/libhidapi/recipe.toml @@ -0,0 +1,9 @@ +#TODO missing script for CMake, see https://github.com/libusb/hidapi/blob/master/BUILD.cmake.md +[source] +git = "https://github.com/libusb/hidapi" +rev = "d3013f0af3f4029d82872c1a9487ea461a56dee4" +[build] +template = "custom" +dependencies = [ + "libiconv", +] diff --git a/recipes/wip/security/nitrocli/recipe.toml b/recipes/wip/security/nitrocli/recipe.toml new file mode 100644 index 000000000..d900ea32d --- /dev/null +++ b/recipes/wip/security/nitrocli/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/d-e-s-o/nitrocli" +[build] +template = "cargo" +dependencies = [ + "libhidapi", +] diff --git a/recipes/wip/tools/notnow/recipe.toml b/recipes/wip/tools/notnow/recipe.toml new file mode 100644 index 000000000..fe2e9ddce --- /dev/null +++ b/recipes/wip/tools/notnow/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/d-e-s-o/notnow" +[build] +template = "cargo" diff --git a/recipes/wip/tools/sam/recipe.toml b/recipes/wip/tools/sam/recipe.toml new file mode 100644 index 000000000..e64ecdb70 --- /dev/null +++ b/recipes/wip/tools/sam/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/r-zenine/sam" +[build] +template = "custom" +script = """ +cookbook_cargo_packages sam-cli +""" diff --git a/recipes/wip/tools/tq/recipe.toml b/recipes/wip/tools/tq/recipe.toml new file mode 100644 index 000000000..2dcef6e9e --- /dev/null +++ b/recipes/wip/tools/tq/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/cryptaliagy/tq-rs" +[build] +template = "cargo" -- GitLab