24 lines
987 B
Bash
24 lines
987 B
Bash
# Template file for 'owncloudclient'
|
|
pkgname=owncloudclient
|
|
version=3.0.0
|
|
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=63e5892d88fd59d1f55ef8f35aa284e38e2a2019442b218b32c92a87135ed52a
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-tools-devel"
|
|
fi
|