forked from rosa/hakurei
9fbcd0daf2
Signed-off-by: Ophestra <cat@gensokyo.uk>
20 lines
468 B
Go
20 lines
468 B
Go
package libarchive {
|
|
description = "multi-format archive and compression library";
|
|
website = "https://www.libarchive.org";
|
|
anitya = 1558;
|
|
|
|
version# = "3.8.8";
|
|
source = remoteGitHub {
|
|
suffix = "libarchive/libarchive";
|
|
tag = "v"+version;
|
|
checksum = "MYlQdlxHX14rFL_zEYvDArKgGVIueTPzSEDgCzaZkmi0_N7WsaEpogGO3qnHpfTc";
|
|
};
|
|
|
|
files = { "CTestCustom.cmake"; };
|
|
|
|
writable = true;
|
|
early = "\ninstall -Dv /usr/src/CTestCustom.cmake /cure/\n";
|
|
|
|
exec = cmake {};
|
|
}
|