logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

base64url-1.0-r1.ebuild (507B)


  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit rebar3
  5. DESCRIPTION="URL safe base64-compatible codec"
  6. HOMEPAGE="https://github.com/dvv/base64url"
  7. SRC_URI="https://github.com/dvv/base64url/archive/v${PV}.tar.gz
  8. -> ${P}.tar.gz"
  9. LICENSE="MIT"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. DEPEND="
  13. ${REBAR3_DEPS}
  14. >=dev-lang/erlang-17.1
  15. "
  16. RDEPEND="${DEPEND}"
  17. DOCS=( README.md )
  18. PATCHES=( "${FILESDIR}/base64url-1.0-update_for_rebar3.patch" )