# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=8 DESCRIPTION="The gzip Recovery Toolkit" HOMEPAGE="https://github.com/arenn/gzrt" SRC_URI="https://github.com/arenn/gzrt/archive/refs/tags/v${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" USE="nls" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" src_install() { dobin gzrecover dodoc ChangeLog README doman gzrecover.1 }