Package Details: kiot-git r37.2d1ad37-1

Git Clone URL: https://aur.archlinux.org/kiot-git.git (read-only, click to copy)
Package Base: kiot-git
Description: A background daemon that exposes information and actions of the KDE Plasma session to a home automation controller like Home Assistant
Upstream URL: https://github.com/davidedmundson/kiot
Licenses: MIT
Conflicts: kiot
Provides: kiot
Submitter: jclsn
Maintainer: jclsn
Last Packager: jclsn
Votes: 1
Popularity: 0.60
First Submitted: 2025-02-08 21:39 (UTC)
Last Updated: 2025-02-08 21:39 (UTC)

Latest Comments

hansinator commented on 2026-06-26 12:08 (UTC)

The PKGBUILD appears to be missing git in makedepends.

Building in a clean devtools chroot via paru fails during source retrieval:

==> ERROR: Cannot find the git package needed to handle git sources.

The package uses a git source, so the makedepends line should probably include git, e.g.:

makedepends=('cmake' 'extra-cmake-modules' 'git')