24 lines
996 B
Bash
24 lines
996 B
Bash
# Template file for 'qtox'
|
|
pkgname=qtox
|
|
version=1.13.0
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="QT-based TOX instant messenger client"
|
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="https://wiki.tox.chat/clients/qtox"
|
|
hostmakedepends="qt5-qmake qt5-host-tools qt5-tools pkg-config"
|
|
makedepends="toxcore-devel filter_audio-devel ffmpeg-devel qt5-svg-devel
|
|
qt5-tools-devel libopencv-devel libopenal-devel libsodium-devel
|
|
libXScrnSaver-devel gdk-pixbuf-devel gtk+-devel libvpx-devel qrencode-devel
|
|
sqlcipher-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite
|
|
qt5-plugin-tds opus-devel libexif-devel"
|
|
depends="qt5-plugin-sqlite"
|
|
distfiles="https://github.com/tux3/qTox/archive/v${version}.tar.gz"
|
|
checksum=8a85b47f5a1033e997e16616ddeeb9af277b2f8ee3fe06cf5b9f3c8869a5d737
|
|
wrksrc="qTox-${version}"
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
armv6*) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/6098/steps/shell_3/logs/stdio"
|
|
esac
|
|
|