# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Fork of the popular zip manipulation library found in the zlib distribution." HOMEPAGE="https://github.com/zlib-ng/minizip-ng" SRC_URI="https://github.com/zlib-ng/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" inherit cmake LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="" RDEPEND="${DEPEND}" BDEPEND=""