mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Add hwdata
This commit is contained in:
parent
2652b98f1e
commit
b9a4b2471d
11
recipes/wip/libs/other/hwdata/recipe.toml
Normal file
11
recipes/wip/libs/other/hwdata/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user