forked from rosa/hakurei
This removes a blank line in CTestCustom.cmake, causing a libarchive rebuild. Resulting IR is identical otherwise. Signed-off-by: Ophestra <cat@gensokyo.uk>
20 lines
467 B
Go
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 {};
|
|
}
|