Last active
October 21, 2021 20:18
-
-
Save Saijin-Naib/ffb2049bea3257eade9bd92b69af6fdc to your computer and use it in GitHub Desktop.
gpscorrelate APKBUILD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Saijin-Naib <[email protected]> | |
# Maintainer: Saijin-Naib <[email protected]> | |
pkgname=gpscorrelate | |
pkgver=2.0 | |
pkgrel=0 | |
pkgdesc="Program to match GPS tracks to photographs and store the matches in EXIF" | |
url="https://dfandrich.github.io/gpscorrelate/" | |
arch="all" | |
license="GPL-2.0" | |
makedepends="exiv2-dev gtk+3.0-dev intltool libxml2-dev libxslt-dev make pkgconf" | |
subpackages="$pkgname-doc" | |
source=$pkgname-$pkgver.tar.gz::"https://github.com/dfandrich/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" | |
prepare() { | |
default_prepare | |
} | |
build() { | |
make all prefix=/usr | |
} | |
check() { | |
make check prefix=/usr | |
} | |
package() { | |
make install DESTDIR="$pkgdir" prefix=/usr | |
} | |
sha512sums=" | |
c4267b14b219118f2d56c064403a3a7bd74ef1d3af1e83bec6fe5b391bee80b3d69a0e52a834da9f615d9c54720ade28ea22ab8b6fac75c31c71fc5eb348f709 gpscorrelate-2.0.tar.gz | |
8558fd067f879ffa648d9efced93552e9385861e0413d5fbd14de19217ae77abe8a2a8118d587edb8fb78317c2bed79315fc7696813270c69314a0d30990c0bb 10-patch.patch | |
" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment