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,19 @@
package libarchive {
description = "multi-format archive and compression library";
website = "https://www.libarchive.org";
anitya = 1558;
version* = "3.8.7";
source = remoteGitHub {
suffix = "libarchive/libarchive";
tag = "v"+version;
checksum = "CUJK4MDQmZmATClgQBH2Wt-7Ts4iiSUlg1J_TVb6-5IK3rVUgVLIMc5k-bnWB9w3";
};
files = [ "CTestCustom.cmake" ];
writable = true;
early = "\ninstall -Dv /usr/src/CTestCustom.cmake /cure/\n";
exec = cmake {};
}