[arch-commits] Commit in perl-io-pipely/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Thu Jun 2 17:36:05 UTC 2022
Date: Thursday, June 2, 2022 @ 17:36:05
Author: spupykin
Revision: 1218825
archrelease: copy trunk to community-any
Added:
perl-io-pipely/repos/community-any/PKGBUILD
(from rev 1218824, perl-io-pipely/trunk/PKGBUILD)
Deleted:
perl-io-pipely/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-02 17:35:57 UTC (rev 1218824)
+++ PKGBUILD 2022-06-02 17:36:05 UTC (rev 1218825)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jakob Nixdorf <flocke [swirly thing] shadowice [dot] org>
-
-pkgname=perl-io-pipely
-pkgver=0.005
-pkgrel=4
-pkgdesc="Portably create pipe() or pipe-like handles, one way or another."
-depends=('perl>=5.10.0')
-license=('GPL' 'PerlArtistic')
-url="https://search.cpan.org/dist/IO-Pipely/"
-options=('!emptydirs')
-arch=(any)
-source=(https://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/IO-Pipely-${pkgver}.tar.gz)
-md5sums=('86781d3e2afe5f142f67ce1fed3b9ed9')
-
-build() {
- cd "$srcdir"/IO-Pipely-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd "$srcdir"/IO-Pipely-$pkgver
- make DESTDIR="$pkgdir" install
- # Remove .packlist and perllocal.pod files.
- find "$pkgdir" -name '.packlist' -delete
- find "$pkgdir" -name 'perllocal.pod' -delete
-}
Copied: perl-io-pipely/repos/community-any/PKGBUILD (from rev 1218824, perl-io-pipely/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-02 17:36:05 UTC (rev 1218825)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jakob Nixdorf <flocke [swirly thing] shadowice [dot] org>
+
+pkgname=perl-io-pipely
+pkgver=0.006
+pkgrel=1
+pkgdesc="Portably create pipe() or pipe-like handles, one way or another."
+depends=('perl>=5.10.0')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/IO-Pipely/"
+options=('!emptydirs')
+arch=(any)
+source=(https://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/IO-Pipely-${pkgver}.tar.gz)
+md5sums=('64d52842eaba12175a968ab36d846bd5')
+
+build() {
+ cd "$srcdir"/IO-Pipely-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/IO-Pipely-$pkgver
+ make DESTDIR="$pkgdir" install
+ # Remove .packlist and perllocal.pod files.
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name 'perllocal.pod' -delete
+}
More information about the arch-commits
mailing list