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