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

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 21 16:08:08 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:08:07
  Author: foutrelis
Revision: 649631

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-tk-tablematrix/repos/community-staging-x86_64/
  perl-tk-tablematrix/repos/community-staging-x86_64/PKGBUILD
    (from rev 649627, perl-tk-tablematrix/trunk/PKGBUILD)

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

Copied: perl-tk-tablematrix/repos/community-staging-x86_64/PKGBUILD (from rev 649627, perl-tk-tablematrix/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-06-21 16:08:07 UTC (rev 649631)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-tk-tablematrix
+pkgver=1.23
+pkgrel=22
+pkgdesc="Display data in TableSpreadsheet format"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Tk-TableMatrix"
+license=("GPL" "PerlArtistic")
+depends=('perl-tk')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/C/CE/CERNEY/Tk-TableMatrix-${pkgver}.tar.gz")
+sha256sums=('ce9ace8d1c1245b80ea6b2e72ee3e7f75ca4111026e403134b8ecad02ec931da')
+
+build() {
+  cd Tk-TableMatrix-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Tk-TableMatrix-${pkgver}
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+  find "$pkgdir" -name 'extralibs.ld' -delete
+}



More information about the arch-commits mailing list