Follow instructions and compile your CloudCross from sources.
a CloudCross ebuild may be found in programmador overlay.
For simple including of overlays in Your system Layman may be used:
layman -a -s programmador
Now CloudCross should be installable:
emerge --ask net-misc/cloudcross
sudo apt-get install build-essential qt5-default qtbase5-dev qt5-qmake libcurl4-openssl-dev
yum groupinstall 'Development Tools'
yum install qt5-qtbase qt5-qtbase-devel curl-devel
pacman -S base-devel qt5-base curl
As a result, in the build directory will be appeared a three subdirectories with a result of compilation. In a ccross-app folder we need a ccross file, in a ccross-curl-executor we need a ccross-curl file. These two file is a main CloudCross executables.