void-packages/srcpkgs/albert/template
2017-04-06 08:55:33 +02:00

18 lines
665 B
Bash

# Template file for 'albert'
pkgname=albert
version=0.10.3
revision=1
build_style=cmake
makedepends="muparser-devel qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
depends="qt5-plugin-sqlite"
short_desc="Lightweight desktop environment agnostic launcher"
maintainer="Nemh <nemh@protonmail.com>"
license="GPL-3"
homepage="https://github.com/ManuelSchneid3r/albert"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=d58cfc12d0956db75b07b074c08ab1b40d14e5df06fdcbe9f492fa48028f61ac
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-svg-devel qt5-x11extras-devel"
fi