Package Details: fatcat 1.1.1-1

Git Clone URL: https://aur.archlinux.org/fatcat.git (read-only, click to copy)
Package Base: fatcat
Description: FAT filesystems explore, extract, repair, and forensic tool
Upstream URL: https://github.com/Gregwar/fatcat
Keywords: disk fat filesystem forensic repair
Licenses: BSD
Submitter: Network_Jack
Maintainer: Network_Jack
Last Packager: Network_Jack
Votes: 4
Popularity: 0.000000
First Submitted: 2017-11-13 04:50 (UTC)
Last Updated: 2025-08-22 00:14 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

MaoCPU commented on 2026-01-13 18:21 (UTC)

Thanks @annaoo. I was able to compile this package with the same change, specifically this patch:

diff --git a/PKGBUILD b/PKGBUILD
index 2d49d72..ddf72d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ build() {
   cd ${pkgname}-${pkgver}
   mkdir -p build
   cd build
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
   make
 }

annaoo commented on 2025-06-28 08:24 (UTC)

If you get the error CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. just do what it says and edit the PKGFILE and -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to where cmake is called

MarcinWieczorek commented on 2018-10-13 15:27 (UTC)

Please rename the tarball to $pkgname-$pkgver, Thanks!