redox/recipes/wip/tools/cpuminer-opt/recipe.toml
2024-02-16 01:42:41 +00:00

14 lines
337 B
TOML

#TODO maybe wrong template, see https://github.com/JayDDee/cpuminer-opt/wiki/Compiling-from-source
#TODO fix jansson dependency
[source]
git = "https://github.com/JayDDee/cpuminer-opt"
rev = "9d3a46c3551655f862db74a195e769fe86266903"
[build]
template = "configure"
dependencies = [
"curl",
"jansson",
"libgmp",
"zlib",
]