Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 1 | SUMMARY = "FAT filesystems explore, extract, repair, and forensic tool" |
| 2 | DESCRIPTION = "This tool is designed to manipulate FAT filesystems, in order to \ |
| 3 | explore, extract, repair, recover and forensic them. It currently supports \ |
| 4 | FAT12, FAT16 and FAT32." |
| 5 | HOMEPAGE = "https://github.com/Gregwar/fatcat" |
| 6 | |
| 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=57fbbfebd0dd1d6ff21b8cecb552a03f" |
| 9 | |
| 10 | SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \ |
| 11 | file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 12 | file://0002-Enable-64bit-off_t.patch \ |
Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 13 | file://0001-Replace-std-ptr_fun-for-c-17.patch \ |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 14 | " |
| 15 | |
| 16 | SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543" |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | inherit cmake |