Install this version:
emerge -a =app-arch/zarchive-0.1.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/zarchive-0.1.2
Or alternatively:
emerge --autounmask-write -a =app-arch/zarchive-0.1.2
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Library for creating and reading zstd-compressed file archives (.zar)"
HOMEPAGE="https://github.com/Exzap/ZArchive"
SRC_URI="https://github.com/Exzap/ZArchive/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ZArchive-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND="app-arch/zstd"
RDEPEND="${DEPEND}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | zarchive-0.1.2.tar.gz | 19779 bytes | https://github.com/Exzap/ZArchive/archive/refs/tags/v0.1.2.tar.gz |