[arch-commits] Commit in perl-user-identity/repos (2 files)

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


    Date: Saturday, May 25, 2019 @ 09:11:23
  Author: foutrelis
Revision: 470041

archrelease: copy trunk to community-staging-any

Added:
  perl-user-identity/repos/community-staging-any/
  perl-user-identity/repos/community-staging-any/PKGBUILD
    (from rev 470040, perl-user-identity/trunk/PKGBUILD)

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

Copied: perl-user-identity/repos/community-staging-any/PKGBUILD (from rev 470040, perl-user-identity/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:11:23 UTC (rev 470041)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was autocreated.  See https://xtermin.us/archperl/ for details
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-user-identity
+pkgver=0.99
+pkgrel=2
+pkgdesc="Perl/CPAN Module User::Identity : Define a person"
+arch=("any")
+url="https://search.cpan.org/~markov/User-Identity/"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-$pkgver.tar.gz")
+sha256sums=('f53b388897c965e529352aac2053298ef3f8a0f8bfac3c942795597c5fe75830')
+
+build() {
+  cd "$srcdir"/User-Identity-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/User-Identity-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list