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
284a2f3d
Commit
284a2f3d
authored
10 months ago
by
Celeste
Browse files
Options
Downloads
Patches
Plain Diff
main/perl-term-readkey: take over maintainership
parent
5b018ab9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!66188
main/perl: upgrade to 5.40.0, */*: rebuild against new libperl.so
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl-term-readkey/APKBUILD
+11
-7
11 additions, 7 deletions
main/perl-term-readkey/APKBUILD
with
11 additions
and
7 deletions
main/perl-term-readkey/APKBUILD
+
11
−
7
View file @
284a2f3d
# Automatically generated by apkbuild-cpan, template
3
# Automatically generated by apkbuild-cpan, template
4
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer:
Timo Teräs <timo.teras@iki.fi
>
# Maintainer:
Celeste <cielesti@protonmail.com
>
pkgname
=
perl-term-readkey
pkgname
=
perl-term-readkey
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
TermReadKey
pkgver
=
2.38
pkgver
=
2.38
pkgrel
=
10
pkgrel
=
10
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
TermReadKey
pkgdesc
=
"Change terminal modes, and perform non-blocking reads"
pkgdesc
=
"Change terminal modes, and perform non-blocking reads"
url
=
"https://metacpan.org/release/TermReadKey/"
url
=
"https://metacpan.org/release/TermReadKey/"
arch
=
"all"
arch
=
"all"
...
@@ -18,7 +18,10 @@ builddir="$srcdir/$_pkgreal-$pkgver"
...
@@ -18,7 +18,10 @@ builddir="$srcdir/$_pkgreal-$pkgver"
build
()
{
build
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
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
make
}
}
...
@@ -29,7 +32,8 @@ check() {
...
@@ -29,7 +32,8 @@ check() {
package
()
{
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
}
sha512sums
=
"fb09f013f9f0d8a4397e39f6f3db7a6d023259219af8f76744094e396437a01b19141b3cdb39a158d3b518903fb010088bc37406763bfbeb3fcab810bb0bb157 TermReadKey-2.38.tar.gz"
sha512sums
=
"
fb09f013f9f0d8a4397e39f6f3db7a6d023259219af8f76744094e396437a01b19141b3cdb39a158d3b518903fb010088bc37406763bfbeb3fcab810bb0bb157 TermReadKey-2.38.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