From f54638ea648dcaee04e90b17489424b0927432b3 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 16 Jul 2024 01:44:49 +0400 Subject: [PATCH] cairo module. --- cairo.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 cairo.json diff --git a/cairo.json b/cairo.json new file mode 100644 index 0000000..70f0bf6 --- /dev/null +++ b/cairo.json @@ -0,0 +1,22 @@ +{ + "Package": "cairo", + "Author": "une", + "License": "GPL-3", + "Version": "0.1", + + "Remote": { + "Type": "https", + "Files": [ + { + "URL": "https://codeberg.org/une/oberon-cairo/raw/commit/bca71235f8/Cairo.mod", + "AuthType": "None", + "MD5": "e6f3d616481b1c5da1c9eebdb2e75ae7" + } + ] + }, + + "Build": [ + {"Command": "voc -s", "File": "Cairo.mod"} + ] +} +