Search Criteria
Package Details: kiot-git r37.2d1ad37-1
Package Actions
| 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) |
Dependencies (3)
- qt6-mqtt
- cmake (cmake3AUR, cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR, sonic-frameworks-cmake-modulesAUR) (make)
Latest Comments
hansinator commented on 2026-06-26 12:08 (UTC)
The PKGBUILD appears to be missing
gitin 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')