forked from laher/goxc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goxc.json
46 lines (46 loc) · 933 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"ArtifactsDest": "../goxc-pages/dl",
"Tasks": [
"interpolate-source",
"go-fmt",
"default",
"pkg-source"
],
"ResourcesInclude": "README.md,.\\_test1/*,_test2",
"ResourcesExclude": "*.go",
"MainDirsExclude": "Godeps",
"PackageVersion": "0.13.3",
"TaskSettings": {
"archive-zip": {},
"bintray": {
"downloadspage": "bintray.md",
"package": "goxc",
"repository": "utils",
"subject": "laher"
},
"codesign": {
"id": "goxc"
},
"downloads-page": {
"filename": "index.md",
"templateFile": "downloads.tpl"
},
"pkg-build": {
"metadata": {
"description": "Cross-compiler utility for Go",
"maintainer": "Am Laher (https://github.com/laher)"
},
"metadata-deb": {
"Depends": "golang",
"Homepage": "https://github.com/laher/goxc"
}
},
"xc": {
"test-setting": "test-value"
}
},
"ConfigVersion": "0.9",
"Env": [
"GOPATH=Godeps{{.PLS}}{{.Env.GOPATH}}"
]
}