Files
hakurei/internal/rosa/package/libarchive/package.az
Ophestra 96abf266dd 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>
2026-05-20 02:25:41 +09:00

20 lines
467 B
Go

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