[arch-commits] Commit in perl-test-mockobject/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:17:54 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:17:54
  Author: felixonmars
Revision: 660076

archrelease: copy trunk to community-staging-any

Added:
  perl-test-mockobject/repos/community-staging-any/
  perl-test-mockobject/repos/community-staging-any/PKGBUILD
    (from rev 660075, perl-test-mockobject/trunk/PKGBUILD)

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

Copied: perl-test-mockobject/repos/community-staging-any/PKGBUILD (from rev 660075, perl-test-mockobject/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 18:17:54 UTC (rev 660076)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-test-mockobject
+pkgver=1.20180705
+pkgrel=2
+pkgdesc="Perl extension for emulating troublesome interfaces "
+arch=('any')
+url="https://search.cpan.org/dist/Test-MockObject"
+license=('GPL' 'PerlArtistic')
+depends=('perl-universal-can>=1.11' 'perl-universal-isa>=0.06')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-$pkgver.tar.gz)
+sha256sums=('4516058d5d511155c1c462dab4027d762d6a474b99f73bf7da20b5ffbd024518')
+
+build() {
+  cd  "$srcdir"/Test-MockObject-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-MockObject-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list