Files
ports/core/python3-pyqtwebengine/spkgbuild
2019-09-09 22:33:16 +08:00

18 lines
484 B
Plaintext

# description : Python 3 bindings for QtWebEngine
# depends : qtwebengine python3-pyqt5
name=python3-pyqtwebengine
version=5.13.0
release=1
source=(https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/$version/PyQtWebEngine_gpl-$version.tar.gz)
md5sum=(75ed399adfe04858e6670325fbd2be2c)
build() {
cd PyQtWebEngine_gpl-$version
python3 configure.py
make
make INSTALL_ROOT=$PKG install -j1
install -d $PKG/usr/share/sip/PyQt5
cp -a sip/* $PKG/usr/share/sip/PyQt5
}