logo

overlay

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

zlib-1.2.8.2015.12.26.ebuild (406B)


  1. # Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="Standard (de)compression library (Sortix's libz fork)"
  5. HOMEPAGE="https://sortix.org/libz/"
  6. SRC_URI="https://sortix.org/libz/release/libz-${PV}.tar.gz"
  7. LICENSE="ZLIB"
  8. SLOT="0/1"
  9. KEYWORDS="~amd64"
  10. RDEPEND="!sys-libs/zlib:0"
  11. S="${WORKDIR}/libz-${PV}"