19 lines
848 B
Bash
19 lines
848 B
Bash
# Template file for 'qtox'
|
|
pkgname=qtox
|
|
version=1.12.1
|
|
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=65b25b9ced6b163d19d75800cc44394785a3281b2376c1f9f2ecffce96029e37
|
|
wrksrc="qTox-${version}"
|