🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: 'qt6-webview'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'Provides a way to display web content in a QML application'
url: 'https://www.qt.io/'
arch: x86_64
license:
- FDL
- GPL3
- LGPL3
- custom
depends: []
makedepends:
- cmake
- ninja
- 'qt6-base'
- 'qt6-declarative'
source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtwebview-everywhere-src-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cmake -S qtwebview-everywhere-src-${pkgver} -B build -G Ninja
cmake --build build
DESTDIR=${PKGDIR} cmake --install build
package: |
true