summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-go/cli/cli-0_pre20160306.ebuild')
-rw-r--r--dev-go/cli/cli-0_pre20160306.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-go/cli/cli-0_pre20160306.ebuild b/dev-go/cli/cli-0_pre20160306.ebuild
new file mode 100644
index 000000000000..ce4dca53280d
--- /dev/null
+++ b/dev-go/cli/cli-0_pre20160306.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/codegangsta/cli/..."
+EGIT_COMMIT="aca5b047ed14d17224157c3434ea93bf6cdaadee"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A small package for building command line apps in Go"
+HOMEPAGE="https://github.com/codegangsta/cli"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="MIT"
+SLOT="0/${PVR}"
+IUSE=""