dev-libs/miniz - 3.1.1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-libs/miniz-3.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/miniz-3.1.1

Or alternatively:

emerge --autounmask-write -a =dev-libs/miniz-3.1.1

Package Information

Description:
Lossless, high performance data compression library
Homepage:
https://github.com/richgel999/miniz
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.1.1 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 0/3.1.1
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Lossless, high performance data compression library"
HOMEPAGE="https://github.com/richgel999/miniz"
SRC_URI="https://github.com/richgel999/miniz/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

DOCS=( ChangeLog.md readme.md )

Inherited Eclasses

Manifest for 3.1.1

Type File Size Source URLs
DIST miniz-3.1.1.tar.gz 287313 bytes https://github.com/richgel999/miniz/archive/3.1.1.tar.gz