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
164533d4
Commit
164533d4
authored
1 week ago
by
Wen Heping
Committed by
Celeste
1 week ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/perl-cgi-struct: new aport
parent
e85fcea2
No related branches found
Branches containing commit
No related tags found
1 merge request
!81322
testing/perl-cgi-struct: new aport
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/perl-cgi-struct/APKBUILD
+38
-0
38 additions, 0 deletions
testing/perl-cgi-struct/APKBUILD
with
38 additions
and
0 deletions
testing/perl-cgi-struct/APKBUILD
0 → 100644
+
38
−
0
View file @
164533d4
# Contributor: Wen Heping <wenheping2000@hotmail.com>
# Maintainer: Wen Heping <wenheping2000@hotmail.com>
pkgname
=
perl-cgi-struct
pkgver
=
1.21
pkgrel
=
0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
CGI-Struct
pkgdesc
=
"Build structures from CGI data"
url
=
"https://metacpan.org/release/CGI-Struct/"
arch
=
"noarch"
license
=
"BSD-2-Clause"
depends
=
"perl"
makedepends
=
"perl-test-deep"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/F/FU/FULLERMD/CGI-Struct-
$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
\
NO_PACKLIST
=
1
\
NO_PERLLOCAL
=
1
make
}
check
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
make
test
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
3d202c4b7284789c1352a2625c05d8a004ac410e02268bc8125e8ab568ce3d4111249e4799e3536caf35a1b6c85d76669cb714b2e582bae942e2c8b220e42dcd CGI-Struct-1.21.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