mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
etiquette and related json files.
This commit is contained in:
parent
434a07b7c8
commit
4f442f0ae9
3 changed files with 49 additions and 0 deletions
16
etiquette.json
Normal file
16
etiquette.json
Normal 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
17
unixFileSystem.json
Normal 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
16
xattr.json
Normal 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"}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue