From b9a4b2471dfb6c6547189a9a0d31d126e9cbaae1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 30 Oct 2025 14:56:10 -0600 Subject: [PATCH] Add hwdata --- recipes/wip/libs/other/hwdata/recipe.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/wip/libs/other/hwdata/recipe.toml diff --git a/recipes/wip/libs/other/hwdata/recipe.toml b/recipes/wip/libs/other/hwdata/recipe.toml new file mode 100644 index 000000000..2c03f946c --- /dev/null +++ b/recipes/wip/libs/other/hwdata/recipe.toml @@ -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 +"""