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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:50:30 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:50:30
  Author: felixonmars
Revision: 658614

archrelease: copy trunk to community-staging-any

Added:
  perl-gdgraph/repos/community-staging-any/
  perl-gdgraph/repos/community-staging-any/PKGBUILD
    (from rev 658613, perl-gdgraph/trunk/PKGBUILD)

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

Copied: perl-gdgraph/repos/community-staging-any/PKGBUILD (from rev 658613, perl-gdgraph/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 13:50:30 UTC (rev 658614)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-gdgraph
+pkgver=1.54
+pkgrel=4
+pkgdesc="Create charts using GD"
+arch=('any')
+url="https://search.cpan.org/dist/GDGraph"
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd>=1.18' 'perl-gdtextutil>=0.80')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/R/RU/RUZ/GDGraph-$pkgver.tar.gz)
+sha256sums=('b96f5c10b656c17d16ab65a1777c908297b028d3b6815f6d54b2337f006bfa4f')
+
+build() {
+  cd  "$srcdir"/GDGraph-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/GDGraph-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list