aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/check.az
blob: 2598483f583d40edd7b6d5f5f18b6b0c45cbc3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package check {
	description = "a unit testing framework for C";
	website = "https://libcheck.github.io/check";
	anitya = 7593;

	version# = "0.15.2";
	source = remoteGitHub {
		suffix = "libcheck/check";
		tag = version;
		checksum = "BiMncvoUvAzC2mQdWcemoRKS5sNqjnh4Oxarpks2exPUI2vbVJLRTLg3--ySXPXb";
	};

	exec = cmake {
		cache = {
			"CHECK_ENABLE_TIMEOUT_TESTS": "OFF";
		};
	};

	tools = [ coreutils ];
}