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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:58:01 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:58:01
  Author: felixonmars
Revision: 1214592

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-graphviz/repos/community-staging-any/PKGBUILD (from rev 1214590, perl-graphviz/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:58:01 UTC (rev 1214592)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Phillip Smith <fukawi2 at NO-SPAM.gmail.com>
+# http://github.com/fukawi2/aur-packages
+# Contributor: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: antoniolucas <antoniolucasnobar at gmail dot com>
+
+pkgname=perl-graphviz
+pkgver=2.24
+pkgrel=8
+pkgdesc="GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
+arch=('any')
+url="https://search.cpan.org/dist/GraphViz"
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-libwww' 'perl-parse-recdescent'
+         'perl-xml-twig' 'perl-xml-xpath')
+checkdepends=('perl-test-pod')
+source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/GraphViz-$pkgver.tgz")
+md5sums=('b57b32444e73d24cf9c374bf38bad699')
+
+build() {
+  cd GraphViz-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd GraphViz-$pkgver
+  make test
+}
+
+package() {
+  cd GraphViz-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list