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
ce79b102
Commit
ce79b102
authored
4 years ago
by
Timothy Legge
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/perl-net-curl: new aport
parent
8edc7321
No related branches found
No related tags found
1 merge request
!16132
testing/perl-net-curl: new aport
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/perl-net-curl/APKBUILD
+35
-0
35 additions, 0 deletions
testing/perl-net-curl/APKBUILD
with
35 additions
and
0 deletions
testing/perl-net-curl/APKBUILD
0 → 100644
+
35
−
0
View file @
ce79b102
# Automatically generated by apkbuild-cpan, template 3
# Contributor: Timothy Legge <timlegge@gmail.com>
# Maintainer: Timothy Legge <timlegge@gmail.com>
pkgname
=
perl-net-curl
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
Net-Curl
pkgver
=
0.48
pkgrel
=
0
pkgdesc
=
"Perl interface for libcurl"
url
=
"https://metacpan.org/release/Net-Curl/"
arch
=
"all"
license
=
"MIT-open-group OR MPL-1.1"
depends
=
"perl libcurl"
makedepends
=
"perl-dev curl-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/S/SY/SYP/Net-Curl-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
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
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"7b3558b0d8651d15ffe241e6eb8e3a83352d839240ad87fae04184f441c09fb3741c93b9e615397944ed86f75cca44196e5050df9f95289d45d8b513a826800d Net-Curl-0.48.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