diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-27 11:20:28 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-27 11:20:28 +0900 |
| commit | 91e4229e32272c36086e07cc302f4025f4387c7a (patch) | |
| tree | 93172875460a60454c3234af349f9a654e698b88 | |
| parent | c346cb4c57fcc7d7ab2992381464bfa84c3e2049 (diff) | |
internal/rosa/package: json-c
Required by sway, which is required by vm test suite.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/package/json-c.az | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/internal/rosa/package/json-c.az b/internal/rosa/package/json-c.az new file mode 100644 index 00000000..59ddaa23 --- /dev/null +++ b/internal/rosa/package/json-c.az @@ -0,0 +1,20 @@ +package json-c { + description = "a JSON implementation in C"; + website = "https://json-c.github.io/json-c"; + anitya = 390279; + + version# = "0.18-20240915"; + source = remoteGitHub { + suffix = "json-c/json-c"; + tag = "json-c-"+version; + checksum = "LXY6AqXtavysCqcWrniSkgV8fv54iDowsrQ7RXM-upH-ZoJr2R34ff7coFRvOr-k"; + }; + + exec = cmake { + cache = { + "CMAKE_POLICY_VERSION_MINIMUM": "3.5"; + "ENABLE_RDRAND": "ON"; + "ENABLE_THREADING": "ON"; + }; + }; +} |
