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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 09:33:00 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:33:00
  Author: foutrelis
Revision: 1214019

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 1214018, perl-user-identity/trunk/PKGBUILD)

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

Copied: perl-user-identity/repos/community-staging-any/PKGBUILD (from rev 1214018, perl-user-identity/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:33:00 UTC (rev 1214019)
@@ -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=5
+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