diff --git a/recipes/wip/net/sharing/gday/recipe.toml b/recipes/wip/net/sharing/gday/recipe.toml new file mode 100644 index 000000000..8d3a6b20f --- /dev/null +++ b/recipes/wip/net/sharing/gday/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/manforowicz/gday" +[build] +template = "custom" +script = """ +cookbook_cargo_packages gday gday_server +""" diff --git a/recipes/wip/terminal/lk/recipe.toml b/recipes/wip/terminal/lk/recipe.toml new file mode 100644 index 000000000..1e43032ac --- /dev/null +++ b/recipes/wip/terminal/lk/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/jamescoleuk/lk" +[build] +template = "cargo"