aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/hwdata.az
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-20 02:25:41 +0900
committerOphestra <cat@gensokyo.uk>2026-05-20 02:25:41 +0900
commit96abf266dd8bbbb4ea65c74a3f84f2461a6021a7 (patch)
treedf40c99715f061d15c9c32165bcbf9a3343c256f /internal/rosa/package/hwdata.az
parentfcba32e9c4bc27a0cdcd1a78bbc1cf5ea799c18e (diff)
internal/rosa/package: migrate hwdata, kmod, libarchive
This removes a blank line in CTestCustom.cmake, causing a libarchive rebuild. Resulting IR is identical otherwise. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/hwdata.az')
-rw-r--r--internal/rosa/package/hwdata.az23
1 files changed, 23 insertions, 0 deletions
diff --git a/internal/rosa/package/hwdata.az b/internal/rosa/package/hwdata.az
new file mode 100644
index 00000000..2a760eb2
--- /dev/null
+++ b/internal/rosa/package/hwdata.az
@@ -0,0 +1,23 @@
+package hwdata {
+ description = "contains various hardware identification and configuration data";
+ website = "https://github.com/vcrhonek/hwdata";
+ anitya = 5387;
+
+ version* = "0.407";
+ source = remoteGitHub {
+ suffix = "vcrhonek/hwdata";
+ tag = "v"+version;
+ checksum = "6p1XD0CRuzt6hLfjv4ShKBW934BexmoPkRrmwxD4J63fBVCzVBRHyF8pVJdW_Xjm";
+ };
+
+ writable = true;
+ enterSource = true;
+
+ exec = make {
+ // awk: fatal: cannot open file `hwdata.spec' for reading: No such file or directory
+ inPlace = true;
+
+ // lspci: Unknown option 'A' (see "lspci --help")
+ skipCheck = true;
+ };
+}