update recipes

This commit is contained in:
Ribbon 2023-12-22 16:59:17 +00:00
parent 4d224e8c0b
commit 728137e5a0
4 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO
#TODO compiled but not tested
[source]
git = "https://github.com/o2sh/onefetch"
[build]

View File

@ -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]

View File

@ -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]

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/OpenGMK/OpenGMK"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages opengmk
"""