summaryrefslogtreecommitdiff
blob: ffcdcfc735f68415b5b1bd9fedca80afea6bcd1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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=""