contrib/tint2/Pkgfile
2018-08-15 21:57:35 +10:00

25 lines
546 B
Plaintext

# Description: Lightweight panel/taskbar.
# URL: https://gitlab.com/o9000/tint2
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gtk imlib2 librsvg startup-notification xorg-xrandr
name=tint2
version=16.6.1
release=1
source=(https://gitlab.com/o9000/$name/-/archive/v$version/$name-v$version.tar.bz2)
build() {
cd $name-v$version
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_TINT2CONF=OFF \
-G Ninja
ninja -j ${JOBS:-1}
DESTDIR=$PKG ninja install
rm -r $PKG/{etc,usr/share/doc}
}