etiquette and related json files.

This commit is contained in:
Norayr Chilingarian 2024-12-01 03:46:23 +04:00
parent 434a07b7c8
commit 4f442f0ae9
3 changed files with 49 additions and 0 deletions

17
unixFileSystem.json Normal file
View file

@ -0,0 +1,17 @@
{
"Package": "unixFileSystem",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/unixFileSystem",
"tag" : "0.1"
},
"Build":
[
{"command": "voc -s", "file": "src/UnixFS.Mod"},
{"command": "voc -m", "file": "test/TestUnixFS.Mod"}
]
}