logo

overlay

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

color-1.0.0.ebuild (481B)


  1. # Copyright 1999-2023 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. MY_P="erlang-color-${PV}"
  5. inherit rebar3
  6. DESCRIPTION="ANSI colors for your Erlang"
  7. HOMEPAGE="https://github.com/julianduque/erlang-color"
  8. SRC_URI="https://github.com/julianduque/erlang-color/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
  9. S="${WORKDIR}/${MY_P}/"
  10. # src/color.app.src
  11. LICENSE="MIT"
  12. SLOT="0"
  13. KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
  14. DOCS=( README.md )