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

Felix Yan felixonmars at archlinux.org
Wed Aug 1 12:23:36 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:23:36
  Author: felixonmars
Revision: 366757

archrelease: copy trunk to community-staging-any

Added:
  perl-term-animation/repos/community-staging-any/
  perl-term-animation/repos/community-staging-any/PKGBUILD
    (from rev 366755, perl-term-animation/trunk/PKGBUILD)

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

Copied: perl-term-animation/repos/community-staging-any/PKGBUILD (from rev 366755, perl-term-animation/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 12:23:36 UTC (rev 366757)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-term-animation
+pkgver=2.6
+pkgrel=5
+pkgdesc="Perl/CPAN Module Term::Animation"
+arch=("any")
+url="http://search.cpan.org/dist/Term-Animation"
+license=("GPL" "PerlArtistic")
+depends=("perl-curses")
+source=("https://www.cpan.org/authors/id/K/KB/KBAUCOM/Term-Animation-$pkgver.tar.gz")
+sha256sums=('7d5c3c2d4f9b657a8b1dce7f5e2cbbe02ada2e97c72f3a0304bf3c99d084b045')
+
+build() {
+  cd "$srcdir"/Term-Animation-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Term-Animation-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list