vipatsar/cairo.json
Antranig Vartanian 5bf0a1065c
Massive improvements for upcoming updates
- All JSON definitions have been updates to become lowercase
- _Scripts/convert_vipakfile.sh now understand BasicAuth
- Improvements to the overall code
2025-10-05 14:14:02 +04:00

22 lines
414 B
JSON

{
"package": "cairo",
"author": "une",
"license": "GPL-3",
"version": "0.1.0",
"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"
}
]
}