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

Felix Yan felixonmars at archlinux.org
Wed Aug 1 09:17:40 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:17:39
  Author: felixonmars
Revision: 366357

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

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

Copied: perl-user-identity/repos/community-staging-any/PKGBUILD (from rev 366355, perl-user-identity/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:17:39 UTC (rev 366357)
@@ -0,0 +1,27 @@
+# $Id$
+# 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=1
+pkgdesc="Perl/CPAN Module User::Identity : Define a person"
+arch=("any")
+url="http://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