28 lines
911 B
Bash
28 lines
911 B
Bash
# Template file for 'seafile-client-qt'
|
|
_sourcename="seafile-client"
|
|
|
|
pkgname=seafile-client-qt
|
|
version=5.0.4
|
|
revision=1
|
|
wrksrc="${_sourcename}-${version}"
|
|
build_style=cmake
|
|
configure_args="-D CMAKE_BUILD_TYPE=Release -D USE_QT5=ON ."
|
|
|
|
# nocross since qt unavailable for arm* architecture
|
|
nocross=yes
|
|
hostmakedepends="pkg-config cmake"
|
|
makedepends="sqlite-devel jansson-devel ccnet-devel libsearpc-devel
|
|
libressl-devel seafile-libclient-devel libevent-devel libuuid-devel
|
|
qt5-devel qt5-tools-devel desktop-file-utils"
|
|
|
|
short_desc="Cloud storage system - Qt graphical client"
|
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
|
license="ASL-2"
|
|
homepage="https://github.com/haiwen/${_sourcename}"
|
|
distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=5ce5f0f6615f9d80efd51a23e780340ed840276ced80bc62f1373b643d2fbd28
|
|
|
|
post_install() {
|
|
vdoc "README.md"
|
|
}
|