pkgname: pdfio pkgver: '1.6.4' pkgrel: 1 pkgdesc: C library for reading and writing PDF files url: 'https://github.com/michaelrsweet/pdfio' arch: x86_64 license: - Apache-2.0 depends: - zlib makedepends: - zlib source: - 'https://github.com/michaelrsweet/pdfio/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure \ --prefix=/usr make make DESTDIR=${PKGDIR} install package: | true