ed25519-0_pre20160420.ebuild 508 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit golang-build golang-vcs-snapshot
  5. EGO_SRC=github.com/agl/ed25519
  6. EGO_PN=${EGO_SRC}/...
  7. EGIT_COMMIT="278e1ec8e8a6e017cd07577924d6766039146ced"
  8. DESCRIPTION="ed25519 for Go"
  9. HOMEPAGE="https://github.com/agl/ed25519/"
  10. SRC_URI="https://github.com/agl/ed25519/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
  11. KEYWORDS="~amd64 ~arm ~x86"
  12. LICENSE="BSD"
  13. SLOT="0"
  14. IUSE=""
  15. DEPEND=""
  16. RDEPEND=""