[arch-commits] Commit in perl-uri/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 24 08:42:11 UTC 2021
Date: Monday, May 24, 2021 @ 08:42:09
Author: foutrelis
Revision: 416039
archrelease: copy trunk to staging-any
Added:
perl-uri/repos/staging-any/
perl-uri/repos/staging-any/PKGBUILD
(from rev 416038, perl-uri/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: perl-uri/repos/staging-any/PKGBUILD (from rev 416038, perl-uri/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2021-05-24 08:42:09 UTC (rev 416039)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-uri
+pkgver=5.09
+pkgrel=2
+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=('b9af77064abb8cb83900a02c18b3d5b8f840559f0f925be71b18bcdb4a24c40d654ccf9969d72b7d8930ea17ae4f4f4291fd327bb0b93c204c8f819a1776b8bb')
+
+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