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

recipes/utils/openexr/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: openexr
pkgver: '3.4.15'
pkgrel: 1
pkgdesc: An high dynamic-range image file format library
url: 'https://www.openexr.org'
arch: x86_64
depends: []
makedepends:
- cmake
- boost
- imath
source:
- 'https://github.com/openexr/openexr/archive/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  mkdir build
  cd    build

  cmake -DCMAKE_INSTALL_PREFIX=/usr \
  ../${pkgname}-${pkgver}

  make
  make DESTDIR=${PKGDIR} install
package: |
  true