diff --git a/recipes/wip/dev/git-graph/recipe.toml b/recipes/wip/dev/git-graph/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..bfc5f5a4259e883e022d1a2a845c27829a1b4270 --- /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 0000000000000000000000000000000000000000..13e43a7b44eddae72e4a53c7d8117a51641c51ab --- /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 0000000000000000000000000000000000000000..ebfe22c42a8c9084916b8a8fdb1b30f8adea0422 --- /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 0000000000000000000000000000000000000000..3ed7994ef76286e5258575b5d5edcf2f44f6b4aa --- /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 0000000000000000000000000000000000000000..968ba66636f2812b47f72acd9f74e58014ed05e3 --- /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 0000000000000000000000000000000000000000..dfb039fea5dbae2ae5046488565a4e41306c6188 --- /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 0000000000000000000000000000000000000000..d308af5bf6335443c8d7b8969c2102f60afde8f3 --- /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 0000000000000000000000000000000000000000..a376b30ad21a5ce6fdb9b45eadc1ee6de9e6a295 --- /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 0000000000000000000000000000000000000000..c2fcf5fc0bb546135e490a22df8cd104513f9a02 --- /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 0000000000000000000000000000000000000000..51b828cc3494c172208effa821e86d51f84ae3c2 --- /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"