#Packager: Chris Farrell pkgname=tint2 pkgver=0.12.11 pkgrel=1cf source=() url=https://gitlab.com/o9000/tint2 slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "tint2 - A lightweight panel/taskbar for Linux and BSD" "this version includes tint2conf, a configuration utility" ) build() { git clone https://gitlab.com/o9000/tint2.git cd tint2 cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DENABLE_TINT2CONF=1 \ make -j $numjobs || exit 1 make install DESTDIR=$PKG || exit 1 }