void-packages/srcpkgs/albert/template
Juergen Buchmueller f717a62919 albert: fix cross
2016-12-02 00:29:53 +01:00

18 lines
701 B
Bash

# Template file for 'albert'
pkgname=albert
version=0.8.11
revision=2
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="A 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=7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-svg-devel qt5-x11extras-devel"
fi