logo

overlay

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

plug_crypto-1.0.0.ebuild (533B)


  1. # Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit mix
  5. MIX_REWRITE="true"
  6. DESCRIPTION="Crypto-related functionality for the web"
  7. HOMEPAGE="https://github.com/elixir-plug/plug_crypto"
  8. LICENSE="Apache-2.0"
  9. SLOT="$(ver_cut 1-2)"
  10. SRC_URI="https://github.com/elixir-plug/plug_crypto/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  11. KEYWORDS="~amd64 ~arm ~arm64 ~x86"
  12. IUSE="doc"
  13. DEPEND="
  14. doc? ( >=dev-elixir/ex_doc-0.19.1 )
  15. "
  16. RDEPEND="${DEPEND}"