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

license="GPL3"

packager="spiky <spiky@nutyx.org>"
contributors="Tnut"

makedepends=(extra-cmake-modules gobject-introspection vala)
run=(gtk3 glib ayatana-ido)

name=libayatana-indicator
version=0.9.4
release=2

prepare() {
git clone https://github.com/AyatanaIndicators/libayatana-indicator.git
}
build() {
cd $name

mkdir build
cd    build

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

install -Dm644 ../COPYING $PKG/usr/share/licenses/$name/COPYING
}
