vipatsar/vpicl.json
2024-02-02 03:03:04 +04:00

19 lines
410 B
JSON

{
"Package": "vpicl",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/vpicl",
"tag" : "0.1"
},
"Build":
[
{"command": "voc -s", "file": "POutput.Mod"},
{"command": "voc -s", "file": "PErrors.Mod"},
{"command": "voc -s", "file": "PICS.Mod"},
{"command": "voc -m", "file": "PICL.Mod"}
]
}