mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 13:02:26 +00:00
- All JSON definitions have been updates to become lowercase - _Scripts/convert_vipakfile.sh now understand BasicAuth - Improvements to the overall code
22 lines
414 B
JSON
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"
|
|
}
|
|
]
|
|
}
|