Files
ports/main/python3-pyqtwebengine/spkgbuild
2021-08-06 23:53:28 +08:00

19 lines
428 B
Plaintext

# description : Python 3 bindings for QtWebEngine
# depends : qtwebengine python3-pyqt5 python3-sip-pyqt5
name=python3-pyqtwebengine
version=5.15.4
release=1
source="https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-$version.tar.gz"
build() {
cd PyQtWebEngine-$version
sip-build \
--no-make \
--api-dir /usr/share/qt5/qsci/api/python \
--verbose
cd build
make
make INSTALL_ROOT="$PKG" install
}