blob: c90a7ecc2b912827e96b173dd7aeb60a62869039 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "FAT filesystems explore, extract, repair, and forensic tool"
2DESCRIPTION = "This tool is designed to manipulate FAT filesystems, in order to \
3explore, extract, repair, recover and forensic them. It currently supports \
4FAT12, FAT16 and FAT32."
5HOMEPAGE = "https://github.com/Gregwar/fatcat"
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=57fbbfebd0dd1d6ff21b8cecb552a03f"
9
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \
Andrew Geissler82c905d2020-04-13 13:39:40 -050011 file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \
12 "
13
14SRCREV = "b923172d97c578297964c062e3a92799e2a9eca4"
15
16S = "${WORKDIR}/git"
17
18inherit cmake