aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-datetime-format-xsd
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2020-02-26 02:10:36 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-02-27 00:03:26 +0000
commit2e746004c104aab01a42691ccc79b4baf7d48762 (patch)
tree338708e84b9428077b0148e896b9ad3e68bdc457 /testing/perl-datetime-format-xsd
parent8211b3505641442978d18648bbd3103c6ee88181 (diff)
downloadaports-2e746004c104aab01a42691ccc79b4baf7d48762.tar.bz2
aports-2e746004c104aab01a42691ccc79b4baf7d48762.tar.xz
community/perl-datetime-format-xsd: move from testing
Diffstat (limited to 'testing/perl-datetime-format-xsd')
-rw-r--r--testing/perl-datetime-format-xsd/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/perl-datetime-format-xsd/APKBUILD b/testing/perl-datetime-format-xsd/APKBUILD
deleted file mode 100644
index 32287f10bd..0000000000
--- a/testing/perl-datetime-format-xsd/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 2
-# Contributor: Timothy Legge <timlegge@gmail.com>
-# Maintainer: Timothy Legge <timlegge@gmail.com>
-pkgname=perl-datetime-format-xsd
-_pkgreal=DateTime-Format-XSD
-pkgver=0.2
-pkgrel=1
-pkgdesc="Format DateTime according to xsd:dateTime"
-url="https://metacpan.org/release/DateTime-Format-XSD/"
-arch="noarch"
-license="GPL-1.0-or-later Artistic-1.0-Perl"
-cpandepends="perl-datetime-format-iso8601"
-depends="$cpandepends"
-makedepends="perl-dev"
-subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/D/DR/DRUOSO/DateTime-Format-XSD-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-build() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- make test
-}
-
-package() {
- make DESTDIR="$pkgdir" install
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="2ee29b1a573a6d42b7e50515f441faf4cc91c696bc5f92cd428b70a061e572a2b32fa07ca3a90f1e269dedd750a2f31fb9ebae47389acb07611cd6b04c328faf DateTime-Format-XSD-0.2.tar.gz"