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
Merge requests
!81209
testing/perl-cgi-simple: new aport
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/perl-cgi-simple: new aport
wenheping/aports:catalyst
into
master
Overview
2
Commits
1
Pipelines
4
Changes
1
Merged
Wen Heping
requested to merge
wenheping/aports:catalyst
into
master
3 days ago
Overview
2
Commits
1
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
e08a8697
3 days ago
version 1
d9c127bf
3 days ago
master (base)
and
latest version
latest version
b7c4b3ad
1 commit,
3 days ago
version 2
e08a8697
1 commit,
3 days ago
version 1
d9c127bf
1 commit,
3 days ago
1 file
+
38
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testing/perl-cgi-simple/APKBUILD
0 → 100644
+
38
−
0
Options
# Contributor: Wen Heping <wenheping2000@hotmail.com>
# Maintainer: Wen Heping <wenheping2000@hotmail.com>
pkgname
=
perl-cgi-simple
pkgver
=
1.281
pkgrel
=
0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
CGI-Simple
pkgdesc
=
"A Simple totally OO CGI interface that is CGI.pm compliant"
url
=
"https://metacpan.org/release/CGI-Simple/"
arch
=
"noarch"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
depends
=
"perl"
checkdepends
=
"perl-test-exception perl-test-nowarnings"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/M/MA/MANWAR/CGI-Simple-
$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
=
"
08e72d63a39e5e1d1774c0a5c89d7b0f2797fbf9f12f706638176f5dfa31645e3803688f86c805d088845b67bfb39873d1d36de1d7b9fba566268d9cff0b4cfd CGI-Simple-1.281.tar.gz
"
Loading