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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:33:33 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:33:33
  Author: foutrelis
Revision: 1214367

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 1214366, 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 1214366, perl-poe-component-client-keepalive/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:33:33 UTC (rev 1214367)
@@ -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=9
+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