makedepends=(cairo cmake curl dbus-glib xorg-glu gtk3 libglvnd xorg-libxcomposite) description="Light eye-candy fully themable animated dock" url="http://glx-dock.org/" packager="Great-OS Team" maintainer="Great-OS Team" name=cairo-dock version=3.6.2 release=5 PKGMK_KEEP_SOURCES="no" source=(https://github.com/Cairo-Dock/cairo-dock-core/archive/${version}.tar.gz) build() { mkdir build && cd build cmake ../$name-core-$version \ -DCMAKE_BUILD_TYPE='Release' \ -DCMAKE_INSTALL_PREFIX='/usr' make make DESTDIR=$PKG install }