blob: 0dd5d8f5e753cbcc560e033222958fa6326ebe8e [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "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] = "61d517231f8ec177eeb5955fd6edb89748d3f88ba412c48bcb32741b430e359a"
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"