summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4df76baf1a0b72bfc95c5e3324b3776fb0b85e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: spider-mario <spidermario@free.fr>
pkgname=lens_calibrate
pkgver=0.1.0
pkgrel=1
epoch=
pkgdesc='Script to calculate lens calibration data for the lensfun project'
arch=('any')
url="https://gitlab.com/cryptomilk/lens_calibrate"
license=('GPL3')
groups=()
depends=('python-exiv2>=0.2.1' 'python-numpy' 'python-scipy' 'python-pypdf2' 'darktable>=2.4.0' 'hugin>=2018' 'imagemagick' 'gnuplot')
source=("git+https://gitlab.com/cryptomilk/lens_calibrate.git#tag=$pkgname-$pkgver")
sha512sums=('SKIP')

package() {
	cd "$pkgname"
	install -Dm755 lens_calibrate.py "$pkgdir"/usr/bin/lens_calibrate
}