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
7b920e5e
Commit
7b920e5e
authored
4 months ago
by
Celeste
Browse files
Options
Downloads
Patches
Plain Diff
community/perl-mixin-event-dispatch: move from testing
parent
f843d3bb
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-mixin-event-dispatch/APKBUILD
+7
-5
7 additions, 5 deletions
community/perl-mixin-event-dispatch/APKBUILD
with
7 additions
and
5 deletions
testing
/perl-mixin-event-dispatch/APKBUILD
→
community
/perl-mixin-event-dispatch/APKBUILD
+
7
−
5
View file @
7b920e5e
# Automatically generated by apkbuild-cpan, template
3
# Automatically generated by apkbuild-cpan, template
4
# Contributor: Celeste <cielesti@protonmail.com>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname
=
perl-mixin-event-dispatch
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
Mixin-Event-Dispatch
pkgver
=
2.000
pkgrel
=
0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
Mixin-Event-Dispatch
pkgdesc
=
"Mixin methods for simple event/message dispatch framework"
url
=
"https://metacpan.org/release/Mixin-Event-Dispatch/"
arch
=
"noarch"
...
...
@@ -21,7 +21,10 @@ builddir="$srcdir/$_pkgreal-$pkgver"
build
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl
-I
.
Makefile.PL
INSTALLDIRS
=
vendor
PERL_MM_USE_DEFAULT
=
1 perl
-I
.
Makefile.PL
\
INSTALLDIRS
=
vendor
\
NO_PACKLIST
=
1
\
NO_PERLLOCAL
=
1
make
}
...
...
@@ -32,7 +35,6 @@ check() {
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
doc
()
{
...
...
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