convert all existing libraries to new vipakfile format, automatically, with Shell scripts

This commit is contained in:
Antranig Vartanian 2025-10-04 13:06:42 +04:00
parent d1c3a3601f
commit 91191b6b62
No known key found for this signature in database
GPG key ID: DE3998662D59F21C
33 changed files with 750 additions and 0 deletions

View file

@ -0,0 +1,17 @@
NAME = manush
VERSION = 0.1.1
AUTHOR = noch
LICENSE = BSD 2-Clause License
REMOTE = git https://github.com/illuria/manush 0.1
DEPS = lists:0.1 opts:0.1 pipes:0.1 skprJson:0.1
RUN =
MAIN =
BUILD = voc -s src/mnshList.Mod;voc -s src/mnshUnix.Mod;voc -s src/mnshDefs.Mod;voc -s src/mnshCrt.Mod;voc -s src/mnshStorage.Mod;voc -s src/mnshExtTools.Mod;voc -s src/mnshTerm.Mod;voc -s src/mnshInput.Mod;voc -M src/manush.Mod
TEST_RUN =
TEST_MAIN =
TEST =