forked from marmelab/gaudi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goxc.json
More file actions
19 lines (19 loc) · 700 Bytes
/
.goxc.json
File metadata and controls
19 lines (19 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
"BuildConstraints": "linux darwin freebsd netbsd",
"MainDirsExclude": "examples/",
"PackageVersion": "0.1",
"TaskSettings": {
"pkg-build": {
"metadata": {
"description": "gaudi automates the setup of isolated and decoupled dev environments.",
"maintainer": "Emmanuel QUENTIN <emmanuel@marmelab.com>"
},
"metadata-deb": {
"Depends": "golang",
"Homepage": "https://github.com/marmelab/gaudi"
}
}
},
"ConfigVersion": "0.9"
}