🔒 Repository is read-only – file editing is disabled.

recipes/gui/qt6-virtualkeyboard/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: 'qt6-virtualkeyboard'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'Virtual keyboard framework'
url: 'https://qt-project.org/'
arch: x86_64
license:
- FDL
- GPL3
- LGPL3
- custom

depends: []
makedepends:
- 'qt6-base'
- 'qt6-declarative'
- 'qt6-svg'
- hunspell

source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtvirtualkeyboard-everywhere-src-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cmake -S qtvirtualkeyboard-everywhere-src-${pkgver} -B build -G Ninja
  cmake --build build
  DESTDIR=${PKGDIR} cmake --install build

package: |
  true