summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9ffdf096c3dbd3fa2324f1e763e48a6e3d25413c (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.2.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')
depends=('python-exiv2>=0.2.1' 'python-numpy' 'python-scipy' 'python-pypdf2' 'darktable' 'hugin>=2018' 'imagemagick' 'gnuplot')
makedepends=('git')
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
}