diff --git a/recipes/wip/tools/dfm/recipe.toml b/recipes/wip/tools/dfm/recipe.toml new file mode 100644 index 000000000..d0c4a3221 --- /dev/null +++ b/recipes/wip/tools/dfm/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/chasinglogic/dfm" +[build] +template = "cargo" diff --git a/recipes/wip/tools/sigi/recipe.toml b/recipes/wip/tools/sigi/recipe.toml new file mode 100644 index 000000000..5e5aa2a6b --- /dev/null +++ b/recipes/wip/tools/sigi/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sigi-cli/sigi" +[build] +template = "cargo" diff --git a/recipes/wip/tools/wethr/recipe.toml b/recipes/wip/tools/wethr/recipe.toml new file mode 100644 index 000000000..b8daba7ee --- /dev/null +++ b/recipes/wip/tools/wethr/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/risoflora/wethr" +[build] +template = "cargo" diff --git a/recipes/wip/tools/xdvdfs/recipe.toml b/recipes/wip/tools/xdvdfs/recipe.toml new file mode 100644 index 000000000..22287ea14 --- /dev/null +++ b/recipes/wip/tools/xdvdfs/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/antangelo/xdvdfs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages xdvdfs-cli +"""