[TASK] add goxc

This commit is contained in:
root 2017-04-09 11:21:34 +02:00 committed by Martin Geno
parent 0c89010612
commit ef2006766f
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
1 changed files with 19 additions and 0 deletions

19
.goxc.json Normal file
View File

@ -0,0 +1,19 @@
{
"AppName": "yanic",
"TasksExclude": [
"validate"
],
"BuildConstraints": "linux",
"TaskSettings": {
"deb": {
"metadata": {
"description": "Yet another node info collector",
"maintainer": "FreifunkBremen"
},
"other-mapped-files": {
"/": "contrib/packages/debian"
}
}
},
"ConfigVersion": "0.9"
}