# Description: Lightweight tox client # URL: https://utox.io/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: dbus v4l-utils toxcore check name=utox version=0.16.1 release=1 source=(https://github.com/uTox/uTox/archive/v$version.tar.gz) build() { cd uTox-$version mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DENABLE_FILTERAUDIO=OFF .. make make DESTDIR=$PKG install }