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

recipes/utils/pdfio/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
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