blob: cb6c080f792368b866d3facd67a99096438edc45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
package libarchive {
description = "multi-format archive and compression library";
website = "https://www.libarchive.org";
anitya = 1558;
version# = "3.8.9";
source = remoteGitHub {
suffix = "libarchive/libarchive";
tag = "v"+version;
checksum = "8C_8Mr22elOAO8Qvxl-B-R-B35M7dpdFdAlph1CeE1L75JdyUnolee-P3KDRFc8T";
};
files = { "CTestCustom.cmake"; };
writable = true;
early = "\ninstall -Dv /usr/src/CTestCustom.cmake /cure/\n";
exec = cmake {};
runtime = [
zlib,
zstd,
];
}
|