[arch-commits] Commit in perl-poe-component-ikc/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 12:03:38 UTC 2022


    Date: Sunday, May 29, 2022 @ 12:03:38
  Author: felixonmars
Revision: 1214705

archrelease: copy trunk to community-staging-any

Added:
  perl-poe-component-ikc/repos/community-staging-any/
  perl-poe-component-ikc/repos/community-staging-any/PKGBUILD
    (from rev 1214703, perl-poe-component-ikc/trunk/PKGBUILD)

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

Copied: perl-poe-component-ikc/repos/community-staging-any/PKGBUILD (from rev 1214703, perl-poe-component-ikc/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 12:03:38 UTC (rev 1214705)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-poe-component-ikc
+pkgver=0.2402
+pkgrel=8
+pkgdesc="Perl/CPAN Module POE::Component::IKC"
+arch=("any")
+url="https://search.cpan.org/dist/POE-Component-IKC/"
+license=("GPL" "PerlArtistic")
+makedepends=("perl-poe")
+depends=("perl-poe")
+source=("https://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz")
+sha256sums=('87b8696dce1cfa05a6054b8b7a65e733ae88f2ce52bb981743a250b579d0eab6')
+
+build() {
+  cd "$srcdir"/POE-Component-IKC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/POE-Component-IKC-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list