diff --git a/recipes/wip/dev/bugstalker/recipe.toml b/recipes/wip/dev/bugstalker/recipe.toml new file mode 100644 index 00000000..f6ae329f --- /dev/null +++ b/recipes/wip/dev/bugstalker/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/godzie44/BugStalker" +[build] +template = "cargo" +dependencies = [ + "libunwind", +] diff --git a/recipes/wip/tools/goldboot/recipe.toml b/recipes/wip/tools/goldboot/recipe.toml new file mode 100644 index 00000000..aee8d26d --- /dev/null +++ b/recipes/wip/tools/goldboot/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/fossable/goldboot" +[build] +template = "custom" +script = """ +cookbook_cargo_packages goldboot +"""