aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/check.az
blob: 8b4d62686c48da3f174e06616903ffa52dd63907 (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";
		};
	};

	inputs = [ coreutils ];
}