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

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 10:44:06 UTC 2021


    Date: Monday, May 24, 2021 @ 10:44:06
  Author: foutrelis
Revision: 944318

archrelease: copy trunk to community-staging-any

Added:
  perl-poe-component-client-keepalive/repos/community-staging-any/
  perl-poe-component-client-keepalive/repos/community-staging-any/PKGBUILD
    (from rev 944317, perl-poe-component-client-keepalive/trunk/PKGBUILD)

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

Copied: perl-poe-component-client-keepalive/repos/community-staging-any/PKGBUILD (from rev 944317, perl-poe-component-client-keepalive/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 10:44:06 UTC (rev 944318)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-poe-component-client-keepalive
+pkgver=0.272
+pkgrel=8
+pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
+arch=(any)
+url="https://search.cpan.org/dist/POE-Component-Client-Keepalive"
+license=("GPL" "PerlArtistic")
+depends=("perl-poe-component-client-dns" "perl-poe"
+	"perl-poe-component-resolver" "perl-net-ip-minimal")
+source=("https://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-$pkgver.tar.gz")
+md5sums=('a4e58f1521ed369a342ae5b843d99184')
+
+build() {
+  cd "$srcdir"/POE-Component-Client-Keepalive-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/POE-Component-Client-Keepalive-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list