Skip to content
Snippets Groups Projects
Commit 7246f3e1 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'add_pciids_db' into 'master'

Add recipe for the pci.ids db.

See merge request redox-os/cookbook!242
parents 540ed345 a583db85
No related branches found
No related tags found
No related merge requests found
GIT=https://github.com/pciutils/pciids.git
function recipe_build {
skip=1
}
function recipe_stage {
dest="$(realpath $1)"
install -d "${dest}/share/misc/"
install pci.ids "${dest}/share/misc/"
skip=1
}
[source]
git = "https://github.com/pciutils/pciids.git"
[build]
template = "custom"
script = """
install -d "${COOKBOOK_STAGE}/share/misc/"
install "${COOKBOOK_BUILD}"/pci.ids "${COOKBOOK_STAGE}/share/misc/"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment