[arch-commits] Commit in perl-object-multitype/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 09:36:39 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:36:39
  Author: felixonmars
Revision: 1214108

archrelease: copy trunk to community-staging-any

Added:
  perl-object-multitype/repos/community-staging-any/
  perl-object-multitype/repos/community-staging-any/PKGBUILD
    (from rev 1214105, perl-object-multitype/trunk/PKGBUILD)

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

Copied: perl-object-multitype/repos/community-staging-any/PKGBUILD (from rev 1214105, perl-object-multitype/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:36:39 UTC (rev 1214108)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-object-multitype
+pkgver=0.05
+pkgrel=13
+pkgdesc="Perl/CPAN Module Object::MultiType"
+arch=("any")
+url="https://search.cpan.org/dist/Object-MultiType"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/G/GM/GMPASSOS/Object-MultiType-$pkgver.tar.gz")
+sha256sums=('aa65390e0120dfe98e8a2c510a81adc5d3e42efa3e13d54e85467303d911bf31')
+
+build() {
+  cd "$srcdir"/Object-MultiType-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Object-MultiType-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list