[arch-commits] Commit in perl-uri/repos (testing-any testing-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jan 14 18:13:39 UTC 2021


    Date: Thursday, January 14, 2021 @ 18:13:38
  Author: felixonmars
Revision: 406256

archrelease: copy trunk to testing-any

Added:
  perl-uri/repos/testing-any/
  perl-uri/repos/testing-any/PKGBUILD
    (from rev 406255, perl-uri/trunk/PKGBUILD)

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

Copied: perl-uri/repos/testing-any/PKGBUILD (from rev 406255, perl-uri/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2021-01-14 18:13:38 UTC (rev 406256)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus <francois.archlinux.org> 
+
+pkgname=perl-uri
+pkgver=5.06
+pkgrel=1
+pkgdesc="Uniform Resource Identifiers (absolute and relative)"
+arch=('any')
+url="https://search.cpan.org/dist/URI/"
+license=('PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-needs')
+provides=('perl-uri-escape=3.30')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-$pkgver.tar.gz")
+sha512sums=('7f5efea16a0cdf4ec83e59354849d746ed62ee1b13f08bd231b1944d40fda58345aa06b1eef68655d824d03dcfbfad2f93f67aff5637414cd511916bce774d46')
+
+build() {
+  cd URI-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd URI-$pkgver
+  make test
+}
+
+package() {
+  cd URI-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+# vim: ts=2 sw=2 et ft=sh



More information about the arch-commits mailing list