diff --git a/.goxc.json b/.goxc.json new file mode 100644 index 0000000..1b21019 --- /dev/null +++ b/.goxc.json @@ -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" +} \ No newline at end of file