Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
cd3ea69b
Commit
cd3ea69b
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/perl-dancer: fix check
parent
ba56cb59
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/perl-dancer/APKBUILD
+16
-14
16 additions, 14 deletions
community/perl-dancer/APKBUILD
with
16 additions
and
14 deletions
community/perl-dancer/APKBUILD
+
16
−
14
View file @
cd3ea69b
# Automatically generated by apkbuild-cpan, template
1
# Automatically generated by apkbuild-cpan, template
3
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
perl-dancer
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
Dancer
pkgver
=
1.3513
pkgrel
=
2
pkgdesc
=
"
Perl module for Dancer
"
url
=
"https://metacpan.org/release/Dancer"
pkgrel
=
3
pkgdesc
=
"
lightweight yet powerful web application framework
"
url
=
"https://metacpan.org/release/Dancer
/
"
arch
=
"noarch"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
depends
=
"
perl perl-module-runtime perl-try-tiny perl-hash-merge-simple perl-mime-types
perl-http-server-simple-psgi perl-http-body perl-devel-hide perl-plack perl-libwww
perl-test-nowarnings perl-data-dump
perl-http-server-simple-psgi perl-http-body perl-http-message perl-http-date perl-uri
"
makedepends
=
"perl-dev"
checkdepends
=
"
perl-json perl-http-cookiejar perl-plack perl-data-dump perl-test-nowarnings
perl-http-message
"
checkdepends
=
"perl-yaml perl-http-cookies perl-json perl-http-cookiejar perl-test-pod-coverage perl-test-output"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/Dancer-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
prepare
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
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
}
...
...
@@ -38,4 +38,6 @@ package() {
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"976fece6ab0ffff2303202d04c7c9da6e012c8bc0c719a81b8029b4965a9b682a5fe7a9adb3048e726e8b6f9442b8a52db6d8657749bac6bda90be4991971c85 Dancer-1.3513.tar.gz"
sha512sums
=
"
976fece6ab0ffff2303202d04c7c9da6e012c8bc0c719a81b8029b4965a9b682a5fe7a9adb3048e726e8b6f9442b8a52db6d8657749bac6bda90be4991971c85 Dancer-1.3513.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment