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
8e10fb15
Commit
8e10fb15
authored
11 months ago
by
Celeste
Committed by
Leonardo Arena
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
main/perl-super: move perl-sub-identify to depends
also, recreate with apkbuild-cpan template 4
parent
f0c00542
Loading
Loading
1 merge request
!64975
main/perl-test-mockmodule: upgrade to 0.178.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl-super/APKBUILD
+16
-17
16 additions, 17 deletions
main/perl-super/APKBUILD
with
16 additions
and
17 deletions
main/perl-super/APKBUILD
+
16
−
17
View file @
8e10fb15
# Automatically generated by apkbuild-cpan, template 4
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname
=
perl-super
_pkgreal
=
SUPER
pkgver
=
1.20190531
pkgrel
=
2
pkgrel
=
3
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
SUPER
pkgdesc
=
"Control superclass method dispatch"
url
=
"https://metacpan.org/
pod
/SUPER"
url
=
"https://metacpan.org/
release
/SUPER
/
"
arch
=
"noarch"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
depends
=
"perl"
makedepends
=
"
perl-dev
perl-module-build
perl-sub-identify
"
depends
=
"perl
perl-sub-identify
"
makedepends
=
"perl-module-build"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
prepare
()
{
default_prepare
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl Build.PL
INSTALLDIRS
=
vendor
}
build
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
make
perl Build.PL
\
--installdirs
=
vendor
\
--create_packlist
=
0
./Build
}
check
()
{
make
test
./Build
test
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
./Build
install
--destdir
=
"
$pkgdir
"
}
sha512sums
=
"fb1072c76aa9d82edb39ec75f0e14c0fa41837b36b7d2ec24482a20338484cba867646f5e3ceb12ff4f8e1a6f333f5243900c2114d772a29d6c0380feabd3565 SUPER-1.20190531.tar.gz"
sha512sums
=
"
fb1072c76aa9d82edb39ec75f0e14c0fa41837b36b7d2ec24482a20338484cba867646f5e3ceb12ff4f8e1a6f333f5243900c2114d772a29d6c0380feabd3565 SUPER-1.20190531.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