[arch-commits] Commit in perl-io-pipely/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 17:09:28 UTC 2020
Date: Tuesday, July 7, 2020 @ 17:09:27
Author: felixonmars
Revision: 659582
archrelease: copy trunk to community-staging-any
Added:
perl-io-pipely/repos/community-staging-any/
perl-io-pipely/repos/community-staging-any/PKGBUILD
(from rev 659581, perl-io-pipely/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: perl-io-pipely/repos/community-staging-any/PKGBUILD (from rev 659581, perl-io-pipely/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 17:09:27 UTC (rev 659582)
@@ -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.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
+}
More information about the arch-commits
mailing list