Skip to content

tau-OS/buds

Repository files navigation

Buds

A Contacts App

Please do not theme this app License: GPL v3

Screenshot

🛠️ Dependencies

You'll need the following dependencies:

Note: This dependency list is the names searched for by pkg-config. Depending on your distribution, you may need to install other packages (for example, gtk4-devel on Fedora)

  • meson
  • valac
  • gtk4
  • folks
  • libhelium-1

🏗️ Building

Simply clone this repo, then run meson build to configure the build environment. Change to the build directory and run ninja test to build and run automated tests.

$ meson build --prefix=/usr
$ cd build
$ ninja test

Or alternatively, run on Builder or VSCode as a flatpak manifest is included.

📦 Installing

To install, use ninja install, then execute with buds.

$ sudo ninja install
$ com.fyralabs.Buds