[arch-commits] Commit in perl-http-response-encoding/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:04:55 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:04:55
  Author: felixonmars
Revision: 659536

archrelease: copy trunk to community-staging-any

Added:
  perl-http-response-encoding/repos/community-staging-any/
  perl-http-response-encoding/repos/community-staging-any/PKGBUILD
    (from rev 659533, perl-http-response-encoding/trunk/PKGBUILD)

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

Copied: perl-http-response-encoding/repos/community-staging-any/PKGBUILD (from rev 659533, perl-http-response-encoding/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:04:55 UTC (rev 659536)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Mladen Pejakovic <pejakm at gmail.com>
+
+pkgname=perl-http-response-encoding
+pkgver=0.06
+pkgrel=6
+pkgdesc="Adds encoding to HTTP::Response"
+arch=('any')
+url="https://search.cpan.org/dist/HTTP-Response-Encoding"
+license=('GPL' 'PerlArtistic')
+depends=('perl-libwww')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/D/DA/DANKOGAI/HTTP-Response-Encoding-$pkgver.tar.gz")
+sha256sums=('10167b8e238a682004ab0d7accbe9d76eae2db57af07c5ae2dfa808074a4a8aa')
+
+build() {
+  cd "${srcdir}"/HTTP-Response-Encoding-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}"/HTTP-Response-Encoding-$pkgver
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



More information about the arch-commits mailing list