vp-build/srcpkgs/mellowplayer/template

28 lines
1.0 KiB
Bash

# Template file for 'mellowplayer'
pkgname=mellowplayer
version=3.5.6
revision=1
wrksrc="MellowPlayer-${version}"
build_style=cmake
hostmakedepends="pkg-config qt5-tools qt5-qmake"
makedepends="qt5-declarative-devel qt5-quickcontrols2-devel
qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite
qt5-plugin-tds qt5-plugin-odbc
qt5-svg-devel qt5-webengine-devel qt5-webchannel-devel
qt5-location-devel qt5-tools-devel libnotify-devel"
depends="qt5-graphicaleffects qt5-quickcontrols qt5-svg qt5-wayland"
short_desc="QT based cloud music integration for your desktop"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://colinduquesnoy.gitlab.io/MellowPlayer/"
distfiles="https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${version}/MellowPlayer-${version}.tar.bz2"
checksum=89fb07b39265857263a7c4355cadaa5b9d8ad8c6bfff1c63764accf4f0dc3765
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools"
fi
case "$XBPS_TARGET_MACHINE" in
arm*) broken="qt5-webengine not available" ;;
esac