mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
49 lines
1.5 KiB
Bash
49 lines
1.5 KiB
Bash
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
|
|
# Generator : CPANPLUS::Dist::Arch 1.25
|
|
|
|
pkgname='perl-declare-constraints-simple'
|
|
pkgver='0.03'
|
|
pkgrel=2
|
|
pkgdesc="Declarative Validation of Data Structures"
|
|
arch=('any')
|
|
license=('PerlArtistic' 'GPL')
|
|
options=('!emptydirs')
|
|
depends=('perl-aliased' 'perl-carp-clan' 'perl-class-inspector')
|
|
makedepends=('perl-module-install')
|
|
url='http://search.cpan.org/dist/Declare-Constraints-Simple'
|
|
source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHAYLON/Declare-Constraints-Simple-${pkgver}.tar.gz")
|
|
sha512sums=('acf34e8ce62b5abbd59b03d67bf91474565a32048aab84440c5895c2acde2561dab773c124e9b26ef6f25c87804ec38db73e0eb08ed9626cabdd86cb5f38de7a')
|
|
_distdir="Declare-Constraints-Simple-0.03"
|
|
|
|
build() {
|
|
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
|
|
PERL_AUTOINSTALL=--skipdeps \
|
|
PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
|
|
PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
|
|
MODULEBUILDRC=/dev/null
|
|
|
|
cd "$srcdir/$_distdir"
|
|
/usr/bin/perl Makefile.PL
|
|
make
|
|
)
|
|
}
|
|
|
|
check() {
|
|
cd "$srcdir/$_distdir"
|
|
( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
|
|
make test
|
|
)
|
|
}
|
|
|
|
package() {
|
|
cd "$srcdir/$_distdir"
|
|
make install
|
|
|
|
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
|
|
}
|
|
|
|
# Local Variables:
|
|
# mode: shell-script
|
|
# sh-basic-offset: 2
|
|
# End:
|
|
# vim:set ts=2 sw=2 et:
|