mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-07-09 19:13:31 +00:00
new vipak toml files.
This commit is contained in:
parent
d6b1cd2104
commit
138cc765c0
62 changed files with 511 additions and 527 deletions
28
manush/manush-0.1.1.vipak
Normal file
28
manush/manush-0.1.1.vipak
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[PACKAGE]
|
||||
name = manush
|
||||
author = noch
|
||||
license = BSD 2-Clause License
|
||||
version = 0.1.1
|
||||
|
||||
[REMOTE]
|
||||
type = git
|
||||
uri = https://github.com/illuria/manush
|
||||
branch = master
|
||||
tag = 0.1
|
||||
|
||||
[DEPS]
|
||||
lists = 0.1
|
||||
opts = 0.1
|
||||
pipes = 0.1
|
||||
skprJson = 0.1
|
||||
|
||||
[BUILD]
|
||||
run = "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"
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
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 =
|
||||
Loading…
Add table
Add a link
Reference in a new issue