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

16
etiquette.json Normal file
View file

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

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"}
]
}

16
xattr.json Normal file
View file

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