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

recipes/gui/kdsingleapplication/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: kdsingleapplication
pkgver: '1.2.1'
pkgrel: '1'
pkgdesc: 'KDAB''s helper class for single-instance policy applications'
url: 'https://github.com/KDAB/KDSingleApplication'
arch: x86_64
license:
- MIT

depends: []
makedepends:
- git
- cmake
- 'qt6-base'

source:
- 'https://github.com/KDAB/KDSingleApplication.git'

sha256sums:
- SKIP

build: |
  cmake -B build -S ${pkgname}-${pkgver} \
        -DCMAKE_INSTALL_PREFIX=/usr  \
        -DKDSingleApplication_QT6=ON
  cmake --build build
  DESTDIR=${PKGDIR} cmake --install build

package: |
  install -Dm644 ${pkgname}-${pkgver}/LICENSE.txt -t \
  ${PKGDIR}/usr/share/licenses/${pkgname}