description="Light eye-candy fully themable animated dock"
url="https://glx-dock.org/"

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

makedepends=(cairo cmake curl dbus-glib xorg-glu gtk3)

name=cairo-dock
version=3.4.1
release=5

source=(https://launchpad.net/cairo-dock-core/3.4/$version/+download/$name-$version.tar.gz)

build() {
  cd $name-$version 
  mkdir build
  cd build

  cmake .. \
    -DCMAKE_BUILD_TYPE='Release' \
    -DCMAKE_INSTALL_PREFIX='/usr'
  make
  make DESTDIR=$PKG install
}
