# Template file for 'seafile-client-qt' pkgname=seafile-client-qt version=5.1.4 revision=1 _sourcename="seafile-client" wrksrc="${_sourcename}-${version}" build_style=cmake configure_args="-DUSE_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 " 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=7448d3ada096c36533623a460a0ecd12e02bf081c37b7bc8f3d6fcdfbe14b38f case "$XBPS_TARGET_MACHINE" in *-musl) # Add musl-fts implementation makedepends+=" musl-fts-devel" ;; esac pre_configure() { case "$XBPS_TARGET_MACHINE" in *-musl) # append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES) # "LDFLAGS=-lfts" does not work, its prepends it (useless) # XXX prefer patch on CMakeLists.txt ? sed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt ;; esac } post_install() { vdoc "README.md" }