forked from pdf/kodi-callback-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goxc.json
29 lines (29 loc) · 907 Bytes
/
.goxc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"AppName": "kodi-callback-daemon",
"ArtifactsDest": "build",
"Tasks": [
"interpolate-source",
"default",
"publish-github"
],
"BuildConstraints": "!plan9,!netbsd,!openbsd,!dragonfly,!solaris,!nacl",
"MainDirsExclude": ".vendor",
"PackageVersion": "1.1.5",
"TaskSettings": {
"deb": {
"other-mapped-files": {
"/etc/default/kodi-callback-daemon": "debian/kodi-callback-daemon.default",
"/etc/init.d/kodi-callback-daemon": "debian/kodi-callback-daemon.init",
"/etc/init/kodi-callback-daemon.conf": "debian/kodi-callback-daemon.upstart",
"/lib/systemd/system/kodi-callback-daemon.service": "debian/kodi-callback-daemon.service",
"/usr/share/doc/kodi-callback-daemon/kodi-callback-daemon.example.json": "contrib/config.example.json"
}
},
"publish-github": {
"body": "",
"owner": "pdf",
"repository": "kodi-callback-daemon"
}
},
"ConfigVersion": "0.9"
}