logo

overlay

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

hex-1.0.1.ebuild (425B)


  1. # Copyright 2019-2022 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. DESCRIPTION="Package manager for the Erlang VM"
  6. HOMEPAGE="https://github.com/hexpm/hex"
  7. LICENSE="Apache-2.0"
  8. SLOT="$(ver_cut 1-2)"
  9. SRC_URI="https://github.com/hexpm/hex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  10. KEYWORDS="~amd64"
  11. # TODO: tests (requires dependencies)