diff --git a/internal/rosa/package/check.az b/internal/rosa/package/check.az new file mode 100644 index 00000000..8b4d6268 --- /dev/null +++ b/internal/rosa/package/check.az @@ -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 ]; +}