🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233
pkgname: kimageannotator
pkgver: '0.7.2'
pkgrel: '1'
pkgdesc: Tool for annotating images
url: 'https://github.com/ksnip/kImageAnnotator'
arch: x86_64
license:
- LGPL-3.0-only
depends: []
makedepends:
- qt6-base
- qt6-tools
- qt6-svg
- cmake
- kcolorpicker
source:
- 'https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v${pkgver}/kImageAnnotator-${pkgver}.tar.gz'
sha256sums:
- 7eb593d975b1590a184354ef68dbc3c26479d58eaea00de461d73695176f623c
build: |
cd kImageAnnotator-${pkgver}
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_WITH_QT6=ON \
..
make
make DESTDIR=${PKGDIR} install
package: |
true