From 7b0cc7f404c2b605729237642915bb019a89b301 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 17 Jan 2025 15:04:37 +0000 Subject: [PATCH] Add recipes --- recipes/wip/crypto/stupidfs/recipe.toml | 5 +++++ recipes/wip/dev/build-system/werk/recipe.toml | 8 ++++++++ recipes/wip/image/editors/watermarker/recipe.toml | 5 +++++ recipes/wip/net/other/spiko/recipe.toml | 5 +++++ recipes/wip/text/quicknotes/recipe.toml | 5 +++++ recipes/wip/tools/nomino/recipe.toml | 5 +++++ recipes/wip/tui/manga-tui/recipe.toml | 8 ++++++++ 7 files changed, 41 insertions(+) create mode 100644 recipes/wip/crypto/stupidfs/recipe.toml create mode 100644 recipes/wip/dev/build-system/werk/recipe.toml create mode 100644 recipes/wip/image/editors/watermarker/recipe.toml create mode 100644 recipes/wip/net/other/spiko/recipe.toml create mode 100644 recipes/wip/text/quicknotes/recipe.toml create mode 100644 recipes/wip/tools/nomino/recipe.toml create mode 100644 recipes/wip/tui/manga-tui/recipe.toml diff --git a/recipes/wip/crypto/stupidfs/recipe.toml b/recipes/wip/crypto/stupidfs/recipe.toml new file mode 100644 index 00000000..a78f58e4 --- /dev/null +++ b/recipes/wip/crypto/stupidfs/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/GoldenStack/stupidfs" +[build] +template = "cargo" diff --git a/recipes/wip/dev/build-system/werk/recipe.toml b/recipes/wip/dev/build-system/werk/recipe.toml new file mode 100644 index 00000000..cfb32998 --- /dev/null +++ b/recipes/wip/dev/build-system/werk/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/simonask/werk" +[build] +template = "custom" +script = """ +cookbook_cargo_packages werk-cli +""" diff --git a/recipes/wip/image/editors/watermarker/recipe.toml b/recipes/wip/image/editors/watermarker/recipe.toml new file mode 100644 index 00000000..93bf65d6 --- /dev/null +++ b/recipes/wip/image/editors/watermarker/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/xomvio/watermarker" +[build] +template = "cargo" diff --git a/recipes/wip/net/other/spiko/recipe.toml b/recipes/wip/net/other/spiko/recipe.toml new file mode 100644 index 00000000..90231117 --- /dev/null +++ b/recipes/wip/net/other/spiko/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/trinhminhtriet/spiko" +[build] +template = "cargo" diff --git a/recipes/wip/text/quicknotes/recipe.toml b/recipes/wip/text/quicknotes/recipe.toml new file mode 100644 index 00000000..61623713 --- /dev/null +++ b/recipes/wip/text/quicknotes/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ollien/quicknotes" +[build] +template = "cargo" diff --git a/recipes/wip/tools/nomino/recipe.toml b/recipes/wip/tools/nomino/recipe.toml new file mode 100644 index 00000000..df58f8a8 --- /dev/null +++ b/recipes/wip/tools/nomino/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/yaa110/nomino" +[build] +template = "cargo" diff --git a/recipes/wip/tui/manga-tui/recipe.toml b/recipes/wip/tui/manga-tui/recipe.toml new file mode 100644 index 00000000..7eeb88be --- /dev/null +++ b/recipes/wip/tui/manga-tui/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/josueBarretogit/manga-tui" +[build] +template = "cargo" +dependencies = [ + "dbus", +]