diff --git a/recipes/wip/dev/alt/recipe.toml b/recipes/wip/dev/alt/recipe.toml new file mode 100644 index 00000000..b94637f6 --- /dev/null +++ b/recipes/wip/dev/alt/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dotboris/alt" +[build] +template = "cargo" diff --git a/recipes/wip/dev/git-chain/recipe.toml b/recipes/wip/dev/git-chain/recipe.toml new file mode 100644 index 00000000..8ca1be28 --- /dev/null +++ b/recipes/wip/dev/git-chain/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dashed/git-chain" +[build] +template = "cargo" diff --git a/recipes/wip/dev/git-repo-manager/recipe.toml b/recipes/wip/dev/git-repo-manager/recipe.toml new file mode 100644 index 00000000..f40c4586 --- /dev/null +++ b/recipes/wip/dev/git-repo-manager/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/hakoerber/git-repo-manager" +[build] +template = "cargo" diff --git a/recipes/wip/dev/knope/recipe.toml b/recipes/wip/dev/knope/recipe.toml new file mode 100644 index 00000000..1b3f8c92 --- /dev/null +++ b/recipes/wip/dev/knope/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/knope-dev/knope" +[build] +template = "custom" +script = """ +cookbook_cargo_packages knope +""" diff --git a/recipes/wip/dev/omni/recipe.toml b/recipes/wip/dev/omni/recipe.toml new file mode 100644 index 00000000..527c20a9 --- /dev/null +++ b/recipes/wip/dev/omni/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/XaF/omni" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/pilka/recipe.toml b/recipes/wip/graphics/pilka/recipe.toml new file mode 100644 index 00000000..412fc14b --- /dev/null +++ b/recipes/wip/graphics/pilka/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/pudnax/pilka" +[build] +template = "cargo"