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

17
irc/irc-0.1.0.vipakfile Normal file
View file

@ -0,0 +1,17 @@
NAME = irc
VERSION = 0.1.0
AUTHOR = noch
LICENSE = GPL-3
REMOTE = git https://github.com/norayr/irc 0.1.0
DEPS = time:0.1.0 Internet:0.1.0 lists:0.1.0 dbg:0.1.0
RUN =
MAIN =
BUILD = voc -s src/IRC.Mod
TEST_RUN =
TEST_MAIN =
TEST =