pkgname: lensfun pkgver: '0.3.95' pkgrel: 1 pkgdesc: database of photographic lenses and a library that allows advanced access to the database url: 'https://lensfun.github.io/' arch: x86_64 depends: [] makedepends: - cmake - glib - libpng - doxygen - python-docutils source: - 'https://github.com/lensfun/lensfun/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz' - python.patch sha256sums: - SKIP - SKIP build: | cd ${pkgname}-${pkgver} patch -p1 < ../python.patch mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_DOC=on \ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -Wno-dev make make docs make DESTDIR=${PKGDIR} install package: | true