mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
sys-fs/bindfs: 1.18.0
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST bindfs-1.17.7.tar.gz 427251 BLAKE2B 1370f68c0a56ca182c14f6043565ebe7407d165b5ad5a101cb972f2ac9724c4d6c5e6628d9f9da95f4d3e3fa154f8213023daebd3833a3da12b74f2ddf57b0ff SHA512 035593e65b5ffaff77395a6c8c79a6ea01e7702e8f138dfee25342c7e6cd280673cb98c3364f50c036038935a3ace2fa8ebe0713f3bc6b7226fafaf0c9107738
|
||||
DIST bindfs-1.18.0.tar.gz 429300 BLAKE2B ccf6676659cad9d3cc413e96d692551a47e5d3b623f22eb1602f82d878c6925e4385f64c5091543936378f5123cc9854bfa0b8797db4eb66970c8c8ef25b733b SHA512 c9e34da076434f7692338fe34bb57008bda07b76b46af9acbe0e8c766e058619e4d975232c985a5dad89c7370e1c55a3f435478a51b962d40b64e8e39b2b257a
|
||||
|
||||
23
sys-fs/bindfs/bindfs-1.18.0.ebuild
Normal file
23
sys-fs/bindfs/bindfs-1.18.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
|
||||
HOMEPAGE="https://bindfs.org/"
|
||||
SRC_URI="https://bindfs.org/downloads/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="debug"
|
||||
|
||||
RDEPEND=">=sys-fs/fuse-3.10.2:3"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable debug debug-output) --with-fuse3
|
||||
}
|
||||
Reference in New Issue
Block a user