1SUMMARY = "exFAT filesystem userspace utilities"
2DESCRIPTION = "\
3As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is \
4created as an official userspace utilities that contain all of the standard \
5utilities for creating and fixing and debugging exfat filesystem in linux \
6system. The goal of exfatprogs is to provide high performance and quality \
7at the level of exfat utilities in windows. And this software is licensed \
8under the GNU General Public License Version 2."
9HOMEPAGE = "https://github.com/${BPN}/${BPN}"
10SECTION = "universe/otherosfs"
11LICENSE = "GPL-2.0-only"
12LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
13
14SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
15SRC_URI[sha256sum] = "89d05b7a9537f2413079b724ec8d02d7a2e291c29c52e7256303e9456200fb0f"
16
17UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
18UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
19
20inherit autotools
21
22RPROVIDES:${PN} = "exfat-utils"
23RCONFLICTS:${PN} = "exfat-utils"
24RREPLACES:${PN} = "exfat-utils"
25