You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-go/cli/cli-0_pre20160306.ebuild

19 lines
534 B

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