| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.8.0 | 8 | ~amd64 | 0 |
# Copyright 2023-2024 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}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
virtual/zlib
"
DEPEND="${RDEPEND}"
src_prepare() {
eapply_user
eautoreconf
}
virtual/zlib
virtual/zlib
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gztool-1.8.0.tar.gz | 94462 bytes | https://github.com/circulosmeos/gztool/archive/refs/tags/v1.8.0.tar.gz |