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
d09984b3
Commit
d09984b3
authored
2 years ago
by
Timothy Legge
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/perl-test-mock-one: new aport
parent
5dbb904d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38253
community/perl-net-saml2: upgrade to 0.59 and new depends
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/perl-test-mock-one/APKBUILD
+37
-0
37 additions, 0 deletions
community/perl-test-mock-one/APKBUILD
with
37 additions
and
0 deletions
community/perl-test-mock-one/APKBUILD
0 → 100644
+
37
−
0
View file @
d09984b3
# Automatically generated by apkbuild-cpan, template 3
# Contributor: Timothy Legge <timlegge@gmail.com>
# Maintainer: Timothy Legge <timlegge@gmail.com>
pkgname
=
perl-test-mock-one
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
Test-Mock-One
pkgver
=
0.011
pkgrel
=
0
pkgdesc
=
"Mock the world with one object"
url
=
"https://metacpan.org/release/Test-Mock-One/"
arch
=
"noarch"
license
=
"bsd"
depends
=
"perl"
checkdepends
=
"perl-test-deep perl-test-exception"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/W/WA/WATERKIP/Test-Mock-One-
$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
=
"
8948db737f9976e69cbbbbb374db5f0131f325e780a7ca32a860e89095a73ac2eafaefe87616b17b6793a708d451afe694153f69d05d420a391946871948a974 Test-Mock-One-0.011.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