redox/recipes/wip/tools/pciutils/recipe.toml
2024-02-11 14:08:48 +00:00

9 lines
270 B
TOML

#TODO missing script for "make", see https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/tree/README#n52
[source]
tar = "https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.9.0.tar.xz"
[build]
template = "custom"
dependencies = [
"zlib",
]