blob: 284f67be3bc7ee17331f7b3af2887e7573ec1c2f (
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.18.0";
output = remoteGitHubRelease {
suffix = "google/googletest";
tag = "v"+version;
name = "googletest-"+version+".tar.gz";
checksum = "ABVPC5sduQR7xfkZQm7UHSmBTaAJcVPRHS_lNMhlL99HU_YffpFmXbwRKeG1ZY8A";
compress = gzip;
};
}
|