vipatsar/diaspora.json
2022-01-18 23:24:57 +04:00

22 lines
365 B
JSON

{
"Package": "diaspora",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/diaspora",
"tag" : "0.1"
},
"Dependencies":
{
"lists": "0.1",
"postgres": "0.1"
},
"Build":
{
"voc -s": "src/diasporadb.Mod",
"voc -s": "src/diasporaPost.Mod"
}
}