[arch-commits] Commit in perl-curses/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 09:33:24 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:33:24
  Author: felixonmars
Revision: 1214032

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-curses/repos/community-staging-x86_64/
  perl-curses/repos/community-staging-x86_64/PKGBUILD
    (from rev 1214028, perl-curses/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: perl-curses/repos/community-staging-x86_64/PKGBUILD (from rev 1214028, perl-curses/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-05-29 09:33:24 UTC (rev 1214032)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-curses
+pkgver=1.38
+pkgrel=2
+pkgdesc="Character screen handling and windowing"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Curses"
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'ncurses')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-$pkgver.tar.gz)
+sha512sums=('27999e71f19576c930a794c9f478e8a3b6b3b1d1e68c4ca57b712f20c98a83dba46295c012a6c618d097b661ec30441c8147e26579218ecef977d7c7996c7442')
+
+build() {
+  cd  "$srcdir"/Curses-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Curses-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list