summaryrefslogtreecommitdiff
path: root/user/perl-gdgraph/APKBUILD
diff options
context:
space:
mode:
authorSíle Ekaterin Liszka <sheila@vulpine.house>2022-05-20 01:25:12 +0000
committerZach van Rijn <me@zv.io>2022-06-12 23:51:45 +0000
commit8520ff836f55075d1df61595b6f29a8a111a38c7 (patch)
tree04501f4c2ea3d9070c0d0125b19caf82b49e03e7 /user/perl-gdgraph/APKBUILD
parent9c3f9e0407c63fc8fd8cd514c96f5748c3e440e5 (diff)
downloadpackages-8520ff836f55075d1df61595b6f29a8a111a38c7.tar.gz
packages-8520ff836f55075d1df61595b6f29a8a111a38c7.tar.bz2
packages-8520ff836f55075d1df61595b6f29a8a111a38c7.tar.xz
packages-8520ff836f55075d1df61595b6f29a8a111a38c7.zip
user/perl-gdgraph: fix license, temporarily disable tests
Diffstat (limited to 'user/perl-gdgraph/APKBUILD')
-rw-r--r--user/perl-gdgraph/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/user/perl-gdgraph/APKBUILD b/user/perl-gdgraph/APKBUILD
index db2b2f67e..9244c5cd0 100644
--- a/user/perl-gdgraph/APKBUILD
+++ b/user/perl-gdgraph/APKBUILD
@@ -1,5 +1,5 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
-# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-gdgraph
_pkgreal=GDGraph
_author=RUZ
@@ -10,7 +10,8 @@ pkgrel=0
pkgdesc="Produce charts from Perl using GD"
url="https://metacpan.org/release/GDGraph"
arch="noarch"
-license="Artistic-1.0-Perl OR GPL-2.0-only"
+options="!check" # testsuite exercises library rather than just itself
+license="Artistic-1.0-Perl OR GPL-1.0+"
depends="perl perl-gd perl-gdtextutil"
checkdepends="perl-capture-tiny perl-test-exception"
makedepends="perl-dev"