description="Ayatana Application Indicators (Shared Library)"
url="https://github.com/AyatanaIndicators/libayatana-appindicator"

packager="Tnut <tnut@nutyx.org>"
contributors="Spiky"

makedepends=(extra-cmake-modules glib gtk3 gtk-sharp-3 gobject-introspection vala mono perl-xml-libxml)
run=(libdbusmenu-gtk libayatana-indicator)

name=libayatana-appindicator
version=0.5.91
release=2

source=(https://github.com/AyatanaIndicators/$name/archive/refs/tags/$version.tar.gz)

build() {
cd $name-$version

mkdir build
cd    build

cmake -DCMAKE_INSTALL_PREFIX=/usr  \
      -DENABLE_GTKDOC=ON           \
..
make
make DESTDIR=$PKG install
}
