mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
16 lines
412 B
TOML
16 lines
412 B
TOML
#TODO missing script for CMake, see https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/wiki/manual-build#build-and-install-cpu-x
|
|
[source]
|
|
git = "https://github.com/TheTumultuousUnicornOfDarkness/CPU-X"
|
|
rev = "b957c031a2eab2c6c88275c4616a6a5e8c8e7670"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"gtk3mm",
|
|
"ncurses",
|
|
"glfw",
|
|
"libvulkan",
|
|
"libstatgrab",
|
|
"libcpuid",
|
|
"pciutils",
|
|
]
|