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

EAPI=5
EGO_PN="gopkg.in/redis.v2"

inherit golang-build golang-vcs-snapshot

DESCRIPTION="a Redis client in Go."
HOMEPAGE="https://gopkg.in/redis.v2"
SRC_URI="https://github.com/go-${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND=""
DEPEND="
	dev-go/bufio:1=
"