forked from rosa/hakurei
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:
19
internal/rosa/package/libarchive/package.az
Normal file
19
internal/rosa/package/libarchive/package.az
Normal 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 {};
|
||||
}
|
||||
Reference in New Issue
Block a user