I created a PKGBUILD file in order to build an Archlinux package for QCAD Professional.
This way, my system package manager is aware of the installation and it avoids conflicts with a potential parallel installation of the Community Edition.
In order to build the package the user has to manually download the .tar.gz archive of QCAD Professional, through the provided download link at time of purchase and run makepkg.
This copies the QCAD files in the installation directory, creates the .desktop entry and associates mime types.
This also ensures that everything is removed when uninstalling, using the distro package manager.
Would you be OK with me publishing the PKGBUILD, here and/or on the Arch User Repository ?
(it’s basically a shell script, it does not contain any IP protected information, and people still have to have a download link for the QCAD Professional Edition)