# Note: depends on libffi
# Note: depends on Python
# Note: depends on sip
# Note: depends on qtbase
wget -c https://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-5.11.2/PyQt5_gpl-5.11.2.tar.gz
tar -xzf PyQt5_gpl-5.11.2.tar.gz
cd PyQt5_gpl-5.11.2
sed -i -e 's/from PyQt5 import sip/import sip/;s/PyQt5\.sip/sip/' configure.py # Undo some nonsense
python3 configure.py --confirm-license
make # Doesn't seem to handle -j# well
make install