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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:12:47 UTC 2018


    Date: Friday, November 9, 2018 @ 23:12:46
  Author: felixonmars
Revision: 405186

archrelease: copy trunk to community-staging-any

Added:
  perl-curses-ui-poe/repos/community-staging-any/
  perl-curses-ui-poe/repos/community-staging-any/PKGBUILD
    (from rev 405184, perl-curses-ui-poe/trunk/PKGBUILD)

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

Copied: perl-curses-ui-poe/repos/community-staging-any/PKGBUILD (from rev 405184, perl-curses-ui-poe/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 23:12:46 UTC (rev 405186)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-curses-ui-poe
+pkgver=0.04
+pkgrel=4
+pkgdesc="Perl/CPAN Module Curses::UI::POE : A subclass that forces CursesUI to use POE"
+arch=(any)
+url="http://search.cpan.org/dist/Curses-UI-POE"
+license=("GPL" "PerlArtistic")
+makedepends=("perl-curses-ui" "perl-poe")
+depends=("perl-curses-ui" "perl-poe")
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/T/TA/TAG/Curses-UI-POE-$pkgver.tar.gz")
+sha256sums=('82239b6b653a2d62684f85e57b7b04112fe3b432c519f16096b5e0a7b9f0fdb6')
+
+build() {
+  cd "$srcdir"/Curses-UI-POE-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Curses-UI-POE-$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