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
e462e20e
Commit
e462e20e
authored
9 months ago
by
Celeste
Browse files
Options
Downloads
Patches
Plain Diff
main/perl-sub-uplevel: take over maintainership
parent
b99c21b5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!68320
main/perl-*, community/zziplib: take over maintainership from @mhavela
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl-sub-uplevel/APKBUILD
+14
-10
14 additions, 10 deletions
main/perl-sub-uplevel/APKBUILD
with
14 additions
and
10 deletions
main/perl-sub-uplevel/APKBUILD
+
14
−
10
View file @
e462e20e
# Automatically generated by apkbuild-cpan, template 4
# Contributor: Mika Havela <mika.havela@gmail.com>
# Maintainer:
Mika Havela <mika.havela@g
mail.com>
# Maintainer:
Celeste <cielesti@proton
mail.com>
pkgname
=
perl-sub-uplevel
_pkgreal
=
Sub-Uplevel
pkgver
=
0.2800
pkgrel
=
5
pkgdesc
=
"Perl - Apparently run a function in a higher stack frame"
url
=
"https://metacpan.org/dist/Sub-Uplevel"
pkgrel
=
6
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
Sub-Uplevel
pkgdesc
=
"Apparently run a function in a higher stack frame"
url
=
"https://metacpan.org/release/Sub-Uplevel/"
arch
=
"noarch"
license
=
"
Artistic-1.0-P
er
l
OR
GPL-1.0-or-later
"
license
=
"
GPL-1.0-or-lat
er OR
Artistic-1.0-Perl
"
depends
=
"perl"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
build
()
{
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl
-I
.
Makefile.PL
\
INSTALLDIRS
=
vendor
\
NO_PACKLIST
=
1
\
NO_PERLLOCAL
=
1
make
}
check
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
make
test
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
# creates file collision among perl modules
find
"
$pkgdir
"
-name
perllocal.pod
-delete
}
sha512sums
=
"
...
...
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