diff --git a/recipes/wip/benchmarks/divan/recipe.toml b/recipes/wip/benchmarks/divan/recipe.toml new file mode 100644 index 000000000..87116a09c --- /dev/null +++ b/recipes/wip/benchmarks/divan/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/nvzqz/divan" +[build] +template = "custom" +script = """ +cookbook_cargo_packages examples +""" diff --git a/recipes/wip/dev/rgit/recipe.toml b/recipes/wip/dev/rgit/recipe.toml new file mode 100644 index 000000000..2f628a6fb --- /dev/null +++ b/recipes/wip/dev/rgit/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/w4/rgit" +[build] +template = "cargo" diff --git a/recipes/wip/net/boringtun/recipe.toml b/recipes/wip/net/boringtun/recipe.toml new file mode 100644 index 000000000..5ca7af784 --- /dev/null +++ b/recipes/wip/net/boringtun/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/cloudflare/boringtun" +[build] +template = "custom" +script = """ +cookbook_cargo_packages boringtun-cli +""" diff --git a/recipes/wip/net/dufs/recipe.toml b/recipes/wip/net/dufs/recipe.toml new file mode 100644 index 000000000..3bd1e1282 --- /dev/null +++ b/recipes/wip/net/dufs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sigoden/dufs" +[build] +template = "cargo" diff --git a/recipes/wip/tools/rix/recipe.toml b/recipes/wip/tools/rix/recipe.toml new file mode 100644 index 000000000..ba9f08d75 --- /dev/null +++ b/recipes/wip/tools/rix/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/urbas/rix" +[build] +template = "cargo" diff --git a/recipes/wip/video/lecturecut/recipe.toml b/recipes/wip/video/lecturecut/recipe.toml new file mode 100644 index 000000000..398da5181 --- /dev/null +++ b/recipes/wip/video/lecturecut/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/LectureCut/CLI" +[build] +template = "cargo"