This commit is contained in:
Jingwen Owen Ou 2013-07-07 07:27:01 -07:00
Родитель f2646392d4
Коммит 9a01283b13
2 изменённых файлов: 37 добавлений и 30 удалений

Просмотреть файл

@ -1,36 +1,34 @@
{
"FormatVersion": "0.6",
"Settings": {
"Arch": "386,amd64",
"ArtifactsDest": "target",
"Os": "darwin,linux,windows",
"PackageVersion": "0.13.1",
"PrereleaseInfo": "snapshot",
"Verbosity": "v",
"Resources": {
"Include": "INSTALL*,README*,LICENSE*,etc/gh.*",
"Exclude": "*.go"
"FormatVersion": "0.8",
"ArtifactsDest": "target",
"Arch": "386,amd64",
"Os": "darwin,linux,windows",
"PackageVersion": "0.13.1",
"PrereleaseInfo": "snapshot",
"Verbosity": "v",
"Resources": {
"Include": "INSTALL*,README*,LICENSE*",
"Exclude": "*.go"
},
"TaskSettings": {
"archive": {
"os": {
"linux": "TarGz",
"darwin": "TarGz"
}
},
"TaskSettings": {
"archive": {
"os": {
"linux": "TarGz",
"darwin": "TarGz"
}
"downloads-page": {
"fileheader": "",
"filename": ""
},
"pkg-build": {
"metadata": {
"description": "Fast GitHub command line client",
"maintainer": "Jingwen Owen Ou (http://owenou.com)"
},
"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"
}
"metadata-deb": {
"Depends": "",
"Homepage": "http://owenou.com/gh"
}
}
}

9
darwin.goxc.json Normal file
Просмотреть файл

@ -0,0 +1,9 @@
{
"FormatVersion": "0.8",
"ArtifactsDest": "target",
"BuildConstraints": "darwin",
"Resources": {
"Include": "INSTALL*,README*,LICENSE*,etc/gh.*",
"Exclude": "*.go"
}
}