gentoo-overlay/dev-go/context/context-0_pre20160817.ebuild

19 lines
528 B
Bash

# 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/gorilla/context/..."
EGIT_COMMIT="08b5f424b9271eedf6f9f0ce86cb9396ed337a42"
ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="A golang registry for global request variables"
HOMEPAGE="https://github.com/gorilla/context"
SRC_URI="${ARCHIVE_URI}"
LICENSE="BSD"
SLOT="0/${PVR}"
IUSE=""