net-fs/httpdirfs - 1.2.7 (guru)

Search

Install

Install this version:

emerge -a =net-fs/httpdirfs-1.2.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-fs/httpdirfs-1.2.7

Or alternatively:

emerge --autounmask-write -a =net-fs/httpdirfs-1.2.7

Package Information

Description:
Filesystem to mount HTTP directory listings, with a permanent cache
Homepage:
https://github.com/fangfufu/httpdirfs
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.2.7 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
HOMEPAGE="https://github.com/fangfufu/httpdirfs"
SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="
	dev-libs/expat
	dev-libs/gumbo:=
	dev-libs/openssl:=
	net-misc/curl
	sys-apps/util-linux
	sys-fs/fuse:3
"
RDEPEND="${DEPEND}"
BDEPEND="sys-apps/help2man"

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/expat
	dev-libs/gumbo:=
	dev-libs/openssl:=
	net-misc/curl
	sys-apps/util-linux
	sys-fs/fuse:3

RDEPEND

	dev-libs/expat
	dev-libs/gumbo:=
	dev-libs/openssl:=
	net-misc/curl
	sys-apps/util-linux
	sys-fs/fuse:3

BDEPEND

sys-apps/help2man

Manifest for 1.2.7

Type File Size Source URLs
DIST httpdirfs-1.2.7.tar.gz 81749 bytes https://github.com/fangfufu/httpdirfs/archive/1.2.7.tar.gz