mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
19 lines
523 B
Plaintext
19 lines
523 B
Plaintext
# description : Python bindings for QtWebEngine
|
|
# homepage : https://www.riverbankcomputing.com/software/pyqtwebengine/intro
|
|
# depends : qt6-webengine python3-pyqt6 python3-sip python3-pyqt-builder
|
|
|
|
name=python3-pyqt6-webengine
|
|
version=6.6.0
|
|
release=1
|
|
source="https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$version.tar.gz"
|
|
|
|
build() {
|
|
cd PyQt6_WebEngine-$version
|
|
sip-build \
|
|
--no-make \
|
|
--qmake=/usr/lib/qt6/bin/qmake6
|
|
cd build
|
|
make
|
|
make INSTALL_ROOT=$PKG install
|
|
}
|