From 3e67c64a1573e10bdb0ad8e19056828e2a0a3108 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Thu, 26 Dec 2013 11:29:27 -0800 Subject: [PATCH] update deb package config --- .goxc.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.goxc.json b/.goxc.json index 4f837330b..62fa2dedc 100644 --- a/.goxc.json +++ b/.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" }