mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
testing/perl-dbix-class-candy: new aport
Sugar for your favorite ORM, DBIx::Class http://search.cpan.org/dist/DBIx-Class-Candy/
This commit is contained in:
parent
5e1432bc81
commit
43cf8e657c
1 changed files with 48 additions and 0 deletions
48
testing/perl-dbix-class-candy/APKBUILD
Normal file
48
testing/perl-dbix-class-candy/APKBUILD
Normal file
|
@ -0,0 +1,48 @@
|
|||
# Automatically generated by apkbuild-cpan, template 2
|
||||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=perl-dbix-class-candy
|
||||
_pkgreal=DBIx-Class-Candy
|
||||
pkgver=0.005002
|
||||
pkgrel=0
|
||||
pkgdesc="Sugar for your favorite ORM, DBIx::Class"
|
||||
url="http://search.cpan.org/dist/DBIx-Class-Candy/"
|
||||
arch="noarch"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends="perl-sub-exporter perl-string-camelcase perl-mro-compat perl-namespace-clean perl-dbix-class perl-lingua-en-inflect"
|
||||
cpanmakedepends=""
|
||||
cpancheckdepends="perl-test-deep perl-test-fatal"
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
checkdepends="$cpancheckdepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgreal-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
prepare() {
|
||||
default_prepare || return 1
|
||||
|
||||
cd "$builddir"
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
make test
|
||||
}
|
||||
|
||||
sha512sums="aabc74b20143321e9e9716ce7f9fab1399a35f5c7ad7d35f34f5b9945a01e7418b9814058f42bf0f4a1478b8a5c80c57b8da05ee2bdcf24ab08b76f0f1ae17f5 DBIx-Class-Candy-0.005002.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue