mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
21 lines
388 B
JSON
21 lines
388 B
JSON
{
|
|
"Package": "postgres",
|
|
"Author": "noch",
|
|
"License": "GPL-3",
|
|
"Version": "0.1.0",
|
|
"Remote":
|
|
{
|
|
"type": "git",
|
|
"path": "https://github.com/norayr/postgres",
|
|
"tag" : "0.1.0"
|
|
},
|
|
"Dependencies":
|
|
{
|
|
"pipes": "0.1.0"
|
|
},
|
|
"Build":
|
|
[
|
|
{"command": "voc -s", "file": "postgres.Mod"},
|
|
{"command": "voc -m", "file": "PostgresTests.Mod"}
|
|
]
|
|
}
|