From a1b04e095c5e53977716ee03ca9909426be1e937 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Thu, 19 May 2022 04:15:03 +0400 Subject: [PATCH] since manush is open source, it can be here. --- manush.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 manush.json diff --git a/manush.json b/manush.json new file mode 100644 index 0000000..213d5ff --- /dev/null +++ b/manush.json @@ -0,0 +1,25 @@ +{ + "Package": "manush", + "Author": "noch", + "License": "unefinedyet", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "http://git0.loc.illuriasecurity.com/illuria/manush", + "tag" : "0.1" + }, + "Dependencies": + { + "opts": "0.1", + "skprJson": "0.1" + }, + "Build": + { + "voc -s": "src/mnshList.Mod", + "voc -s": "src/mnshDefs.Mod", + "voc -s": "src/mnshStorage.Mod", + "voc -s": "src/mnshExtTools.Mod", + "voc -M": "src/manush.Mod" + } +}