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

recipes/utils/perl-image-exiftool/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: perl-image-exiftool
pkgver: '13.59'
pkgrel: 1
pkgdesc: Generates and rewritten exif info in the raw files
url: 'https://metacpan.org/pod/Image::ExifTool'
arch: x86_64
depends:
- perl
makedepends: []
source:
- 'https://github.com/exiftool/exiftool/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd exiftool-${pkgver}
  perl Makefile.PL INSTALLDIRS=vendor
  make
  make DESTDIR=${PKGDIR} install
  find ${PKGDIR} -name '.packlist' -or \
  -empty -delete
package: |
  true