[arch-commits] Commit in perl-image-info/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 09:36:16 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:36:16
  Author: foutrelis
Revision: 1214098

archrelease: copy trunk to community-staging-any

Added:
  perl-image-info/repos/community-staging-any/
  perl-image-info/repos/community-staging-any/PKGBUILD
    (from rev 1214096, perl-image-info/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: perl-image-info/repos/community-staging-any/PKGBUILD (from rev 1214096, perl-image-info/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:36:16 UTC (rev 1214098)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-image-info
+pkgver=1.41
+pkgrel=6
+pkgdesc="Extract meta information from image files"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='https://search.cpan.org/dist/Image-Info'
+source=(https://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
+sha256sums=('c546d27414686660dbc3cd8501537128c5285a8db0faf742c2dc12b9a29ba3db')
+
+build() {
+  cd "$srcdir"/Image-Info-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd "$srcdir"/Image-Info-$pkgver
+  make DESTDIR="${pkgdir}/" install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list