Files
ports/main/python3-pyqtwebengine/spkgbuild
2022-11-22 16:34:45 +00:00

19 lines
451 B
Plaintext

# description : Python 3 bindings for QtWebEngine
# depends : qtwebengine python3-pyqt5 python3-sip-pyqt5
name=python3-pyqtwebengine
version=5.15.6
release=1
source="$name-$version.tar.gz::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
}