From 49d55f9edd44dd00c7466622b6b7162605d5cb59 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 9 May 2024 16:47:51 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/git-graph/recipe.toml | 5 +++++ recipes/wip/dev/git-subset/recipe.toml | 5 +++++ recipes/wip/dev/projclean/recipe.toml | 5 +++++ recipes/wip/security/airgorah/recipe.toml | 8 ++++++++ recipes/wip/security/binsec/recipe.toml | 5 +++++ recipes/wip/tools/cyme/recipe.toml | 5 +++++ recipes/wip/tools/dispatch/recipe.toml | 5 +++++ recipes/wip/tools/pfetch-rs/recipe.toml | 5 +++++ recipes/wip/tools/xsv/recipe.toml | 5 +++++ recipes/wip/video/imdb-rename/recipe.toml | 5 +++++ 10 files changed, 53 insertions(+) create mode 100644 recipes/wip/dev/git-graph/recipe.toml create mode 100644 recipes/wip/dev/git-subset/recipe.toml create mode 100644 recipes/wip/dev/projclean/recipe.toml create mode 100644 recipes/wip/security/airgorah/recipe.toml create mode 100644 recipes/wip/security/binsec/recipe.toml create mode 100644 recipes/wip/tools/cyme/recipe.toml create mode 100644 recipes/wip/tools/dispatch/recipe.toml create mode 100644 recipes/wip/tools/pfetch-rs/recipe.toml create mode 100644 recipes/wip/tools/xsv/recipe.toml create mode 100644 recipes/wip/video/imdb-rename/recipe.toml diff --git a/recipes/wip/dev/git-graph/recipe.toml b/recipes/wip/dev/git-graph/recipe.toml new file mode 100644 index 000000000..bfc5f5a42 --- /dev/null +++ b/recipes/wip/dev/git-graph/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/mlange-42/git-graph" +[build] +template = "cargo" diff --git a/recipes/wip/dev/git-subset/recipe.toml b/recipes/wip/dev/git-subset/recipe.toml new file mode 100644 index 000000000..13e43a7b4 --- /dev/null +++ b/recipes/wip/dev/git-subset/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/jasonwhite/git-subset" +[build] +template = "cargo" diff --git a/recipes/wip/dev/projclean/recipe.toml b/recipes/wip/dev/projclean/recipe.toml new file mode 100644 index 000000000..ebfe22c42 --- /dev/null +++ b/recipes/wip/dev/projclean/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sigoden/projclean" +[build] +template = "cargo" diff --git a/recipes/wip/security/airgorah/recipe.toml b/recipes/wip/security/airgorah/recipe.toml new file mode 100644 index 000000000..3ed7994ef --- /dev/null +++ b/recipes/wip/security/airgorah/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/martin-olivier/airgorah" +[build] +template = "cargo" +dependencies = [ + "gtk4", +] diff --git a/recipes/wip/security/binsec/recipe.toml b/recipes/wip/security/binsec/recipe.toml new file mode 100644 index 000000000..968ba6663 --- /dev/null +++ b/recipes/wip/security/binsec/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ex0dus-0x/binsec" +[build] +template = "cargo" diff --git a/recipes/wip/tools/cyme/recipe.toml b/recipes/wip/tools/cyme/recipe.toml new file mode 100644 index 000000000..dfb039fea --- /dev/null +++ b/recipes/wip/tools/cyme/recipe.toml @@ -0,0 +1,5 @@ +#TODO port to Redox +[source] +git = "https://github.com/tuna-f1sh/cyme" +[build] +template = "cargo" diff --git a/recipes/wip/tools/dispatch/recipe.toml b/recipes/wip/tools/dispatch/recipe.toml new file mode 100644 index 000000000..d308af5bf --- /dev/null +++ b/recipes/wip/tools/dispatch/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/brianyu28/dispatch" +[build] +template = "cargo" diff --git a/recipes/wip/tools/pfetch-rs/recipe.toml b/recipes/wip/tools/pfetch-rs/recipe.toml new file mode 100644 index 000000000..a376b30ad --- /dev/null +++ b/recipes/wip/tools/pfetch-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Gobidev/pfetch-rs" +[build] +template = "cargo" diff --git a/recipes/wip/tools/xsv/recipe.toml b/recipes/wip/tools/xsv/recipe.toml new file mode 100644 index 000000000..c2fcf5fc0 --- /dev/null +++ b/recipes/wip/tools/xsv/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/BurntSushi/xsv" +[build] +template = "cargo" diff --git a/recipes/wip/video/imdb-rename/recipe.toml b/recipes/wip/video/imdb-rename/recipe.toml new file mode 100644 index 000000000..51b828cc3 --- /dev/null +++ b/recipes/wip/video/imdb-rename/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/BurntSushi/imdb-rename" +[build] +template = "cargo" -- GitLab