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

EAPI=6

inherit golang-build golang-vcs-snapshot

EGO_SRC=github.com/agl/ed25519
EGO_PN=${EGO_SRC}/...
EGIT_COMMIT="278e1ec8e8a6e017cd07577924d6766039146ced"

DESCRIPTION="ed25519 for Go"
HOMEPAGE="https://github.com/agl/ed25519/"
SRC_URI="https://github.com/agl/ed25519/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"

KEYWORDS="~amd64 ~arm ~x86"

LICENSE="BSD"
SLOT="0"
IUSE="test"

DEPEND="test? ( dev-go/go-crypto )"
RDEPEND=""