24 lines
987 B
Bash
24 lines
987 B
Bash
# Template file for 'owncloudclient'
|
|
pkgname=owncloudclient
|
|
version=3.2.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-Wno-dev -DWITH_AUTO_UPDATER=OFF"
|
|
hostmakedepends="pkg-config extra-cmake-modules"
|
|
makedepends="qtkeychain-qt5-devel sqlite-devel qt5-declarative-devel
|
|
qt5-tools-devel qt5-plugin-odbc qt5-plugin-tds qt5-plugin-pgsql qt5-plugin-mysql
|
|
qt5-plugin-sqlite libre-graph-api-cpp-qt-client libcloudproviders-devel"
|
|
depends="qt5-plugin-sqlite qt5-svg"
|
|
conf_files="/etc/ownCloud/sync-exclude.lst"
|
|
short_desc="Connect to ownCloud servers"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.owncloud.org"
|
|
changelog="https://raw.githubusercontent.com/owncloud/client/master/CHANGELOG.md"
|
|
distfiles="https://github.com/owncloud/client/archive/v${version/.rc/-rc}.tar.gz"
|
|
checksum=54f7b270940f834dfc4c24b61b0b9278a43d2a08dc9195f4896ebac2fc6446d9
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-tools-devel"
|
|
fi
|