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

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 11:14:06 UTC 2017


    Date: Saturday, August 26, 2017 @ 11:14:05
  Author: foutrelis
Revision: 253787

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

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

Copied: perl-user-identity/repos/community-staging-any/PKGBUILD (from rev 253786, perl-user-identity/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 11:14:05 UTC (rev 253787)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was autocreated.  See http://xtermin.us/archperl/ for details
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-user-identity
+pkgver=0.97
+pkgrel=3
+pkgdesc="Perl/CPAN Module User::Identity : Define a person"
+arch=("any")
+url="http://search.cpan.org/~markov/User-Identity/"
+license=("GPL" "PerlArtistic")
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-$pkgver.tar.gz")
+sha256sums=('faf9bd2eac1e8279d8c2846dbeaf6c45ba254eb1f4903b319dcc34e04b20e1c9')
+
+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