guru/net-fs/httpdirfs/httpdirfs-1.2.7.ebuild
Takuya Wakazono 0711b65898
net-fs/httpdirfs: add 1.2.7
Closes: https://bugs.gentoo.org/887797
Closes: https://bugs.gentoo.org/932855
Closes: https://bugs.gentoo.org/945310
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-11-30 20:27:11 +09:00

26 lines
549 B
Bash

# 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"