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

Felix Yan felixonmars at archlinux.org
Mon May 24 08:32:12 UTC 2021


    Date: Monday, May 24, 2021 @ 08:32:12
  Author: felixonmars
Revision: 943923

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

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

Copied: perl-user-identity/repos/community-staging-any/PKGBUILD (from rev 943920, perl-user-identity/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:32:12 UTC (rev 943923)
@@ -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=4
+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