mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
10 lines
214 B
TOML
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/"
|
|
"""
|