[arch-commits] Commit in perl-io-tty/repos/community-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Wed Mar 2 12:13:06 UTC 2022


    Date: Wednesday, March 2, 2022 @ 12:13:06
  Author: allan
Revision: 1139485

archrelease: copy trunk to community-x86_64

Added:
  perl-io-tty/repos/community-x86_64/PKGBUILD
    (from rev 1139484, perl-io-tty/trunk/PKGBUILD)
Deleted:
  perl-io-tty/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 12:12:50 UTC (rev 1139484)
+++ PKGBUILD	2022-03-02 12:13:06 UTC (rev 1139485)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-io-tty
-pkgver=1.16
-pkgrel=1
-pkgdesc="Provide an interface to TTYs and PTYs"
-arch=('x86_64')
-url="https://search.cpan.org/dist/IO-Tty/"
-license=("GPL" "PerlArtistic")
-depends=('glibc')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz")
-sha256sums=('8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd')
-
-build() {
-  cd "$srcdir"/IO-Tty-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-package() {
-  cd "$srcdir"/IO-Tty-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-io-tty/repos/community-x86_64/PKGBUILD (from rev 1139484, perl-io-tty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-02 12:13:06 UTC (rev 1139485)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-io-tty
+pkgver=1.16
+pkgrel=2
+pkgdesc="Provide an interface to TTYs and PTYs"
+arch=('x86_64')
+url="https://search.cpan.org/dist/IO-Tty/"
+license=("GPL" "PerlArtistic")
+depends=('glibc')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz")
+sha256sums=('8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd')
+
+build() {
+  cd "$srcdir"/IO-Tty-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd "$srcdir"/IO-Tty-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list