#Packager: Chris Farrell pkgname=lumina pkgver=0.9.1 pkgrel=1cf source=("https://github.com/trueos/lumina/archive/v0.9.1-Release.tar.gz") url="http://lumina-desktop.org/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "The Lumina Desktop Environment (Lumina for short) is a lightweight," "XDG-compliant, BSD-licensed desktop environment that focuses" "specifically on streamlining the ability to get work done while" "minimizing system overhead." ) build() { cd $pkgname-$pkgver-Release qmake-qt5 PREFIX=/usr make -j1 make install \ INSTALL_ROOT=$PKG \ DESTDIR=$PKG }