[arch-commits] Commit in perl-object-multitype/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 12:26:09 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:26:09
Author: bluewind
Revision: 366786
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 366785, perl-object-multitype/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: perl-object-multitype/repos/community-staging-any/PKGBUILD (from rev 366785, perl-object-multitype/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 12:26:09 UTC (rev 366786)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-object-multitype
+pkgver=0.05
+pkgrel=9
+pkgdesc="Perl/CPAN Module Object::MultiType"
+arch=("any")
+url="http://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