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

recipes/gui/kcolorpicker/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: kcolorpicker
pkgver: '0.3.1'
pkgrel: '3'
pkgdesc: Qt based Color Picker with popup menu
url: 'https://github.com/DamirPorobic/kColorPicker'
arch: x86_64
license:
- LGPL-3.0-only
depends: []
makedepends:
- cmake
- qt6-base
source:
- 'https://github.com/ksnip/kColorPicker/archive/refs/tags/v${pkgver}/kColorPicker-${pkgver}.tar.gz'
sha256sums:
- e78c785ec4a8a22a48a91835c97601f5704b5076b154415353b0d2697dc0b4f7
build: |
  cd kColorPicker-${pkgver}
  mkdir build
  cd    build

  cmake -DCMAKE_INSTALL_PREFIX=/usr \
        -DBUILD_WITH_QT6=ON         \
        -DBUILD_SHARED_LIBS=ON      \
        -DCMAKE_BUILD_TYPE=Release  \
        ..
  make
  make DESTDIR=${PKGDIR} install
package: |
  true