diff --git a/recipes/wip/firedbg/recipe.toml b/recipes/wip/firedbg/recipe.toml index 8ef0d28f..005131f1 100644 --- a/recipes/wip/firedbg/recipe.toml +++ b/recipes/wip/firedbg/recipe.toml @@ -1,4 +1,4 @@ -#TODO +#TODO missing script to properly move the binary [source] git = "https://github.com/SeaQL/FireDBG.for.Rust" rev = "2c1ec30113e2a0c857a37beb4177884528ae69bc" diff --git a/recipes/wip/flex/recipe.toml b/recipes/wip/flex/recipe.toml index da5b01df..8591dd04 100644 --- a/recipes/wip/flex/recipe.toml +++ b/recipes/wip/flex/recipe.toml @@ -2,8 +2,4 @@ [source] tar = "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz" [build] -template = "custom" -script = """ -./autogen.sh -cookbook_configure -""" +template = "configure"