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

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 21 10:20:39 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:20:38
  Author: foutrelis
Revision: 648899

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

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

Copied: perl-image-info/repos/community-staging-any/PKGBUILD (from rev 648898, perl-image-info/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:20:38 UTC (rev 648899)
@@ -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=4
+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