diff --git a/recipes/wip/onefetch/recipe.toml b/recipes/wip/onefetch/recipe.toml index 4e30b9f70..395d8d75c 100644 --- a/recipes/wip/onefetch/recipe.toml +++ b/recipes/wip/onefetch/recipe.toml @@ -1,4 +1,4 @@ -#TODO +#TODO compiled but not tested [source] git = "https://github.com/o2sh/onefetch" [build] diff --git a/recipes/wip/opam/recipe.toml b/recipes/wip/opam/recipe.toml index 137eb3a72..1ad624f40 100644 --- a/recipes/wip/opam/recipe.toml +++ b/recipes/wip/opam/recipe.toml @@ -1,4 +1,5 @@ -#TODO probably wrong template, see https://github.com/ocaml/opam#compiling-this-repo +#TODO configuration problem +#TODO require the OCaml compiler on the host [source] tar = "https://github.com/ocaml/opam/releases/download/2.1.5/opam-full-2.1.5.tar.gz" [build] diff --git a/recipes/wip/openblas/recipe.toml b/recipes/wip/openblas/recipe.toml index 3b897b7a7..0608466b5 100644 --- a/recipes/wip/openblas/recipe.toml +++ b/recipes/wip/openblas/recipe.toml @@ -1,5 +1,5 @@ #TODO missing script for "make", see https://github.com/OpenMathLib/OpenBLAS/wiki/Installation-Guide -#TODO require the Fortran frontend from GCC? +#TODO require the Fortran frontend from GCC [source] tar = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25.tar.gz" [build] diff --git a/recipes/wip/opengmk/recipe.toml b/recipes/wip/opengmk/recipe.toml index 389c705fe..86be5b311 100644 --- a/recipes/wip/opengmk/recipe.toml +++ b/recipes/wip/opengmk/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/OpenGMK/OpenGMK" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages opengmk +"""