| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.1 | 7 | ~amd64 ~x86 | 0 |
# 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=""
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | minizip-ng-3.0.1.tar.gz | 635986 bytes | https://github.com/zlib-ng/minizip-ng/archive/refs/tags/3.0.1.tar.gz |