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

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:32:24 UTC 2021


    Date: Monday, May 24, 2021 @ 08:32:23
  Author: foutrelis
Revision: 943933

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 943931, perl-image-info/trunk/PKGBUILD)

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

Copied: perl-image-info/repos/community-staging-any/PKGBUILD (from rev 943931, perl-image-info/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:32:23 UTC (rev 943933)
@@ -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=5
+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