mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-03 00:32:40 +02: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",
|
"ArtifactsDest": "build",
|
||||||
"PackageVersion": "0.1",
|
"PackageVersion": "0.1.0",
|
||||||
"PrereleaseInfo": "snapshot"
|
"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
Add a link
Reference in a new issue