testing/perl-anyevent-influxdb: new aport

http://search.cpan.org/~ajgb/AnyEvent-InfluxDB-0.13
An asynchronous library for InfluxDB time-series database
This commit is contained in:
Nick Andrew 2016-08-13 14:56:12 +00:00 committed by Natanael Copa
parent f0e5d73ade
commit 4289c11da0

View File

@ -0,0 +1,41 @@
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Nick Andrew <nick@nick-andrew.net>
# Maintainer: Nick Andrew <nick@nick-andrew.net>
pkgname=perl-anyevent-influxdb
_pkgreal=AnyEvent-InfluxDB
pkgver=0.13
pkgrel=0
pkgdesc="An asynchronous library for InfluxDB time-series database"
url="http://search.cpan.org/dist/AnyEvent-InfluxDB/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-uri perl-list-moreutils perl-anyevent-http perl-uri-encode-xs perl-json perl-moo perl-anyevent"
cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/A/AJ/AJGB/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
cd "$_builddir"
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
perl Build.PL installdirs=vendor || return 1
}
build() {
cd "$_builddir"
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
./Build && ./Build test
}
package() {
cd "$_builddir"
./Build install destdir="$pkgdir" || return 1
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
md5sums="d87b7782bb7b38b2365a795116294b3a AnyEvent-InfluxDB-0.13.tar.gz"
sha256sums="201d90d2681fe07afda28e0c76abb395a08595e170e063d302a56f422a74820f AnyEvent-InfluxDB-0.13.tar.gz"
sha512sums="ca097ee4638af9f9e5eca33ea1aa96557d85f9c94959116c37e7b9416a34571ed0d1d50523618262a6d96092d64282d901ae9e133a10b7983450188b03bae492 AnyEvent-InfluxDB-0.13.tar.gz"