🔒 Repository is read-only – file editing is disabled.

recipes/utils/lensfun/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
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