17 lines
561 B
Bash
17 lines
561 B
Bash
# Template file for 'bindfs'
|
|
pkgname=bindfs
|
|
version=1.17.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="fuse3-devel"
|
|
short_desc="FUSE filesystem for mounting a directory to another location"
|
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://bindfs.org"
|
|
changelog="https://bindfs.org/docs/ChangeLog.utf8.txt"
|
|
distfiles="https://bindfs.org/downloads/bindfs-${version}.tar.gz"
|
|
checksum=edb4989144d28f75affc4f5b18074fb97a58d6ee35ad6919ac75eb6a4cbfe352
|
|
#cannot mount
|
|
make_check=no
|