# Contributor: Lex Black # Contributor: Balló György pkgname=geotagging pkgver=0.7.2 pkgrel=1 pkgdesc='Photography geotagging tool to synchronize photos with gps track log (GPX)' arch=('x86_64') url='https://github.com/jmlich/geotagging' license=('GPL3') depends=('exiv2' 'qt6-webengine') makedepends=('cmake' 'git' 'ninja' 'qt6-tools') source=("https://github.com/jmlich/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('471f349d025fabf11c89caf1fdd6af21904372afea44f6354b104769fb3f8379') build() { cmake -S $pkgname-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr' cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }