As get-anydesk uses /usr/libexec/tazpkg/convert to convert
a Debian package from anydesk.com to a SliTaz package,
lots of dependencies are inserted in the variable DEPENDS
in the created recipe.
Not all of these are really necessary for anydesk to work,
for example the large packages icu and gtk-girepository.
To avoid the installation of unnecessary packages, anydesk can be
installed as follows:
# tazpkg -gi gtkglext
# tazpkg -gi get-anydesk
# get-anydesk --install=no --keep=yes
# tazpkg -i --nodeps anydesk-version.tazpkg &&
rm anydesk-version.tazpkg
where version is to be replaced by the actual version number.