mirror of
https://github.com/willnorris/imageproxy.git
synced 2025-01-20 22:53:00 -05:00
update deb package config
This commit is contained in:
parent
462b70dcc2
commit
3e67c64a15
1 changed files with 14 additions and 3 deletions
17
.goxc.json
17
.goxc.json
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue