Skip to content

Commit

Permalink
update deb package config
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Dec 26, 2013
1 parent 462b70d commit 3e67c64
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .goxc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"ConfigVersion": "0.9",
"ArtifactsDest": "build",
"PackageVersion": "0.1",
"PrereleaseInfo": "snapshot"
"PackageVersion": "0.1.0",
"TaskSettings": {
"pkg-build": {
"metadata": {
"description": "imageproxy is a caching image proxy server",
"maintainer": "Will Norris (https://willnorris.com/)"
},
"metadata-deb": {
"Depends": "golang",
"Homepage": "https://github.com/willnorris/imageproxy"
}
}
},
"ConfigVersion": "0.9"
}

0 comments on commit 3e67c64

Please sign in to comment.