void-packages/srcpkgs/albert/template
2017-02-15 11:35:25 +01:00

18 lines
698 B
Bash

# Template file for 'albert'
pkgname=albert
version=0.9.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="https://github.com/ManuelSchneid3r/${pkgname}/archive/v${version}.tar.gz"
checksum=5e16e369e38267e861407e5315c841e07ee04cf14caf0294e8c33d837c1931f4
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-svg-devel qt5-x11extras-devel"
fi