Lightweight and stylish app launcher.
You'll need the following dependencies:
- bc
- gettext
- libadwaita-1-dev
- libgee-0.8-dev
- libgranite-7-dev >= 7.6.0
- libgtk-4-dev
- libjson-glib-dev
- libswitchboard-3-dev
- libwingpanel-9-dev
- libzeitgeist-2.0-dev
- meson
- pkg-config
- valac
Run meson to configure the build environment and then ninja to build
meson build --prefix=/usr
cd build
ninja
To install, use ninja install
sudo ninja install
To run the tests, use ninja test
ninja test
