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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 09:20:20 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:20:19
  Author: foutrelis
Revision: 470111

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

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

Copied: perl-image-info/repos/community-staging-any/PKGBUILD (from rev 470110, perl-image-info/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:20:19 UTC (rev 470111)
@@ -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=3
+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