goptlib-0.5.ebuild 638 B

12345678910111213141516171819202122232425
  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=git.torproject.org/pluggable-transports/goptlib.git
  6. EGO_PN=${EGO_SRC}/...
  7. EGIT_COMMIT="${PV}"
  8. DESCRIPTION="Go Tor pluggable transports library"
  9. HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
  10. # No official tarballs; see https://trac.torproject.org/projects/tor/ticket/18504
  11. SRC_URI="mirror://debian/pool/main/g/golang-${PN}/golang-${P/-/_}.orig.tar.gz -> ${P}.tar.gz"
  12. KEYWORDS="~amd64"
  13. LICENSE="CC0-1.0"
  14. SLOT="0"
  15. IUSE=""
  16. DEPEND=""
  17. RDEPEND=""