[arch-commits] Commit in perl-path-tiny/repos/community-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sun Aug 30 13:03:38 UTC 2020
Date: Sunday, August 30, 2020 @ 13:03:37
Author: bluewind
Revision: 692787
archrelease: copy trunk to community-any
Added:
perl-path-tiny/repos/community-any/PKGBUILD
(from rev 692786, perl-path-tiny/trunk/PKGBUILD)
Deleted:
perl-path-tiny/repos/community-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-30 13:03:35 UTC (rev 692786)
+++ PKGBUILD 2020-08-30 13:03:37 UTC (rev 692787)
@@ -1,44 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-path-tiny
-pkgver=0.112
-pkgrel=2
-pkgdesc='File path utility'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1')
-url=https://metacpan.org/release/Path-Tiny
-source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz")
-md5sums=(bf2a021d653d7252a39c0d31b41a7c6e)
-sha512sums=(c387192fc42a78aee506fa332fd9fcd385fbc28fed02bc41b9c50e4cff6c65700ad3fd9d840871ef3bf7a8029719d8fd8b84f993ac816ff65c8d4e2203ad3b3f)
-_ddir="Path-Tiny-$pkgver"
-
-build()
-(
- cd "$srcdir/$_ddir"
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
- unset PERL5LIB PERL_MM_OPT
- /usr/bin/perl Makefile.PL
- make
-)
-
-check()
-(
- cd "$srcdir/$_ddir"
- export PERL_MM_USE_DEFAULT=1
- unset PERL5LIB
- make test
-)
-
-package()
-(
- cd "$srcdir/$_ddir"
- make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
Copied: perl-path-tiny/repos/community-any/PKGBUILD (from rev 692786, perl-path-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-30 13:03:37 UTC (rev 692787)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-path-tiny
+pkgver=0.114
+pkgrel=1
+pkgdesc='File path utility'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1')
+url=https://metacpan.org/release/Path-Tiny
+source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz")
+md5sums=(dd6092293f8766fb87d003dceebe4263)
+sha512sums=(932d9d4658af1e578142ff3bb4e541e6fb7754397c55f869d17f9989a181c10b528779aeedcaafc2cd879a31a6febe63d220cbf843f187db92e6ae1087c39e56)
+_ddir="Path-Tiny-$pkgver"
+
+build()
+(
+ cd "$srcdir/$_ddir"
+ export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+ unset PERL5LIB PERL_MM_OPT
+ /usr/bin/perl Makefile.PL
+ make
+)
+
+check()
+(
+ cd "$srcdir/$_ddir"
+ export PERL_MM_USE_DEFAULT=1
+ unset PERL5LIB
+ make test
+)
+
+package()
+(
+ cd "$srcdir/$_ddir"
+ make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list