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

recipes/gui/prison/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: prison
pkgver: '6.28.0'
pkgrel: '1'
pkgdesc: 'A barcode API to produce QRCode barcodes and DataMatrix barcodes'
url: 'https://community.kde.org/Frameworks'
arch: x86_64
license:
- MIT

depends: []
makedepends:
- libdmtx
- qrencode
- 'zxing-cpp'
- 'extra-cmake-modules'
- 'qt6-base'
- 'qt6-tools'
- 'qt6-multimedia'

source:
- 'https://download.kde.org/stable/frameworks/6.28/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cmake -B build -S prison-6.28.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
  cmake --build build

package: |
  DESTDIR="${PKGDIR}" cmake --install build