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

EAPI=5
EGO_PN="github.com/smartystreets/goconvey"

inherit golang-build golang-vcs-snapshot

DESCRIPTION="Write behavioral tests in Go."
HOMEPAGE="https://github.com/smartystreets/goconvey"
SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"

RDEPEND=""
DEPEND=""