app-arch/gztool - 1.8.2 (parona-overlay)

Search

Install

Install this version:

emerge -a =app-arch/gztool-1.8.2

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

autounmask =app-arch/gztool-1.8.2

Or alternatively:

emerge --autounmask-write -a =app-arch/gztool-1.8.2

Package Information

Description:
GZIP files indexer, compressor and data retriever.
Homepage:
https://github.com/circulosmeos/gztool/
License:
ZLIB

Ebuild Details

Version EAPI Keywords Slot
1.8.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="GZIP files indexer, compressor and data retriever."
HOMEPAGE="https://github.com/circulosmeos/gztool/"
SRC_URI="https://github.com/circulosmeos/gztool/archive/refs/tags/v${PV}.tar.gz -> ${P}-r1.tar.gz"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	virtual/zlib:=
"
DEPEND="${RDEPEND}"

src_prepare() {
	eapply_user
	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

	virtual/zlib:=

RDEPEND

	virtual/zlib:=

Manifest for 1.8.2

Type File Size Source URLs
DIST gztool-1.8.2-r1.tar.gz 95175 bytes https://github.com/circulosmeos/gztool/archive/refs/tags/v1.8.2.tar.gz