logo

overlay

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

tdiff-0.1.2.ebuild (399B)


  1. # Copyright 1999-2023 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit rebar3
  5. DESCRIPTION="Difference library"
  6. HOMEPAGE="https://github.com/tomas-abrahamsson/tdiff"
  7. SRC_URI="https://github.com/tomas-abrahamsson/tdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="LGPL-2+"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
  11. DOCS=( README.md )