Add hwdata

This commit is contained in:
Jeremy Soller 2025-10-30 14:56:10 -06:00
parent 2652b98f1e
commit b9a4b2471d
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,11 @@
[source]
tar = "https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.400.tar.gz"
blake3 = "d56a0863502e528025ddb84b0968a87a713365d91927c92bfe35842d47387e77"
[build]
template = "custom"
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
COOKBOOK_CONFIGURE="./configure"
cookbook_configure
"""