| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="FUSE module to mount ls -lR output"
HOMEPAGE="https://github.com/pasis/ls-fuse"
EGIT_REPO_URI="https://github.com/pasis/ls-fuse.git"
inherit autotools git-r3
LICENSE="GPL-3+"
SLOT="0"
IUSE="debug"
USE="-debug"
RDEPEND="sys-fs/fuse:0"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
default
eautoreconf
}
src_configure() {
econf $(use_enable debug)
}
sys-fs/fuse:0 virtual/pkgconfig
sys-fs/fuse:0