libayatana-appindicator

Ayatana Application Indicators library for system tray integration

brewmacoslinux
Try with needOr install directly
Source

About

Ayatana Application Indicators Shared Library

Commands

libayatana-appindicator

Examples

Check if libayatana-appindicator is installed and accessible$ pkg-config --modversion ayatana-appindicator3-0.1
Link against libayatana-appindicator in C/C++ projects$ gcc -o app app.c $(pkg-config --cflags --libs ayatana-appindicator3-0.1)
Verify library installation by checking for header files$ find /usr/local/opt/libayatana-appindicator -name '*.h' 2>/dev/null