blob: e7cee75fff6ca3ffca60129b8544a7ee81afd0bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
};
}
|