libgudev
GObject bindings for eudev
Install it by running either;
kpkg install libgudev
or
kpkg build libgudev
To see the difference, see The handbook
graph TD
N0["glib"]
N1["gperf"]
N2["libgudev"]
style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N3["eudev"]
N4["gobject-introspection"]
N0 --> N2
N0 --> N4
N1 --> N3
N3 --> N2
N4 --> N2