1SUMMARY = "read and write exFAT driver for FUSE" 2DESCRIPTION = "fuse-exfat is a read and write driver implementing the \ 3extended file allocation table as a filesystem in userspace. A mounthelper \ 4is provided under the name mount.exfat-fuse. \ 5" 6HOMEPAGE = "https://github.com/relan/exfat" 7SECTION = "universe/otherosfs" 8LICENSE = "GPL-2.0-or-later" 9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 10SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" 11 12UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" 13 14DEPENDS = "fuse virtual/libc" 15RRECOMMENDS:${PN} = "util-linux-mount" 16 17inherit autotools pkgconfig 18 19SRC_URI[md5sum] = "846b8c36bfa4684719f9e08e9d3a6bff" 20SRC_URI[sha256sum] = "07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3" 21 22EXTRA_OECONF += "sbindir=${base_sbindir}" 23