mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
19 lines
451 B
Plaintext
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
|
|
}
|