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>
This commit is contained in:
2026-05-20 02:25:41 +09:00
parent fcba32e9c4
commit 96abf266dd
6 changed files with 82 additions and 115 deletions

View File

@@ -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;
};
}