forked from rosa/hakurei
internal/rosa/package: migrate ninja
The ninja package predates all abstractions currently available. This migration causes rebuilds due to the old package being nonreproducible. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
14
internal/rosa/package/googletest.az
Normal file
14
internal/rosa/package/googletest.az
Normal file
@@ -0,0 +1,14 @@
|
||||
package googletest {
|
||||
description = "Google Testing and Mocking Framework";
|
||||
exclude = true;
|
||||
anitya = 18290;
|
||||
|
||||
version* = "1.16.0";
|
||||
output = remoteGitHubRelease {
|
||||
suffix = "google/googletest";
|
||||
tag = "v"+version;
|
||||
name = "googletest-"+version+".tar.gz";
|
||||
checksum = "NjLGvSbgPy_B-y-o1hdanlzEzaYeStFcvFGxpYV3KYlhrWWFRcugYhM3ZMzOA9B_";
|
||||
compress = gzip;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user