Package Details: libseekthermal-git 20200429.33c0cf8-1

Git Clone URL: https://aur.archlinux.org/libseekthermal-git.git (read-only, click to copy)
Package Base: libseekthermal-git
Description: Library and utilities for interfacing with the Seek Thermal Camera
Upstream URL: https://github.com/CJTRobotics/libseekthermal
Licenses: LGPL
Conflicts: libseekthermal
Provides: libseekthermal
Submitter: bionade24
Maintainer: None
Last Packager: bionade24
Votes: 0
Popularity: 0.000000
First Submitted: 2021-01-27 13:31 (UTC)
Last Updated: 2021-01-27 13:31 (UTC)

Dependencies (11)

Required by (0)

Sources (1)

Latest Comments

greyltc commented on 2025-09-26 15:51 (UTC)

I did the following to get this to build:

diff --git a/PKGBUILD b/PKGBUILD
index 41793fd..b775a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,9 @@ prepare () {
 package() {
        cd "${srcdir}/${_pkgname}"
         rm .git -rf
-        cmake .
+       mkdir build
+       cd build
+        cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
         make
         make DESTDIR="$pkgdir/" install
 }