redox/recipes/development/pciids/recipe.toml
2023-11-05 12:58:51 +00:00

10 lines
214 B
TOML

[source]
git = "https://github.com/pciutils/pciids.git"
[build]
template = "custom"
script = """
install -d "${COOKBOOK_STAGE}/share/misc/"
install "${COOKBOOK_SOURCE}"/pci.ids "${COOKBOOK_STAGE}/share/misc/"
"""