yanic/.goxc.json

20 lines
395 B
JSON
Raw Normal View History

2017-04-09 11:21:34 +02:00
{
"AppName": "yanic",
2017-04-09 12:09:51 +02:00
"ArtifactsDest": "./build",
2017-04-09 11:21:34 +02:00
"TasksExclude": [
"validate"
],
"BuildConstraints": "linux",
"TaskSettings": {
"deb": {
"metadata": {
"description": "Yet another node info collector",
2017-04-09 12:09:51 +02:00
"maintainer": "FreifunkBremen \u003cgeno+ffhb@fireorbit.de\u003e"
2017-04-09 11:21:34 +02:00
},
"other-mapped-files": {
"/": "contrib/packages/debian"
}
}
},
"ConfigVersion": "0.9"
}