hub/.goxc.json

31 строка
637 B
JSON

{
"ArtifactsDest": "target",
"Arch": "386,amd64",
"Os": "darwin,linux,windows",
"ResourcesInclude": "INSTALL*,README*,LICENSE*",
"ResourcesExclude": "*.go",
"MainDirsExclude": "Godeps",
"PackageVersion": "1.0.0",
"Verbosity": "v",
"TaskSettings": {
"downloads-page": {
"fileheader": "",
"filename": ""
},
"pkg-build": {
"metadata": {
"description": "Fast GitHub command line client",
"maintainer": "Jingwen Owen Ou (http://owenou.com)"
},
"metadata-deb": {
"Depends": "",
"Homepage": "http://owenou.com/gh"
}
}
},
"Env": [
"GOPATH=./Godeps/_workspace"
],
"ConfigVersion": "0.9"
}