forked from rosa/hakurei
internal/rosa/package: check
Required by libevdev. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
20
internal/rosa/package/check.az
Normal file
20
internal/rosa/package/check.az
Normal file
@@ -0,0 +1,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 ];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user