app-arch/zarchive - 0.1.2 (guru)

Search

Install

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

Package Information

Description:
Library for creating and reading zstd-compressed file archives (.zar)
Homepage:
https://github.com/Exzap/ZArchive
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.2 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# 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}"

Inherited Eclasses

Dependencies

DEPEND

app-arch/zstd

RDEPEND

app-arch/zstd

Manifest for 0.1.2

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