19 lines
485 B
Bash
19 lines
485 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/stretchr/testify/..."
|
||
|
EGIT_COMMIT="1661650f989674e3e5bcdcb805536e5d31481526"
|
||
|
ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||
|
KEYWORDS="~amd64 ~x86"
|
||
|
|
||
|
DESCRIPTION="go require package"
|
||
|
HOMEPAGE="https://${EGO_PN%/*}"
|
||
|
SRC_URI="${ARCHIVE_URI}"
|
||
|
LICENSE="MIT"
|
||
|
SLOT="0"
|
||
|
IUSE=""
|