sys-fs/mount-zip - 1.0.15 (gentoo)

Search

Package Information

Description:
FUSE file system for ZIP archives
Homepage:
https://github.com/google/mount-zip
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.0.15 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="FUSE file system for ZIP archives"
HOMEPAGE="https://github.com/google/mount-zip"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="
	dev-libs/icu:=
	dev-libs/libzip:=
	sys-fs/fuse:0=
"

DEPEND="
	${RDEPEND}
	dev-libs/boost
"

BDEPEND="
	virtual/pkgconfig
"

DOCS=( changelog README.md )

src_configure() {
	tc-export AR CC CXX PKG_CONFIG
	default
}

src_install() {
	default
	doman mount-zip.1
}

src_test() {
	addwrite /dev/fuse
	default
}

Dependencies

DEPEND

	
	dev-libs/icu:=
	dev-libs/libzip:=
	sys-fs/fuse:0=

	dev-libs/boost

RDEPEND

	dev-libs/icu:=
	dev-libs/libzip:=
	sys-fs/fuse:0=

BDEPEND

	virtual/pkgconfig

Manifest for 1.0.15

Type File Size Source URLs
DIST mount-zip-1.0.15.tar.gz 742530 bytes https://github.com/google/mount-zip/archive/v1.0.15.tar.gz