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
!22995
Draft: testing: two commits perl-readonly-tiny perl-test-exports
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: testing: two commits perl-readonly-tiny perl-test-exports
timlegge/aports:perl-readonly-tiny
into
master
Overview
1
Commits
2
Pipelines
1
Changes
2
Closed
Timothy Legge
requested to merge
timlegge/aports:perl-readonly-tiny
into
master
3 years ago
Overview
1
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
693895f9
2 commits,
3 years ago
2 files
+
72
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
testing/perl-readonly-tiny/APKBUILD
0 → 100644
+
36
−
0
Options
# Automatically generated by apkbuild-cpan, template 3
# Contributor: Timothy Legge <timlegge@gmail.com>
# Maintainer: Timothy Legge <timlegge@gmail.com>
pkgname
=
perl-readonly-tiny
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
Readonly-Tiny
pkgver
=
4
pkgrel
=
1
pkgdesc
=
"Simple, correct readonly values"
url
=
"https://metacpan.org/release/Readonly-Tiny/"
arch
=
"noarch"
license
=
"bsd"
depends
=
"perl"
makedepends
=
"perl-test-exception perl-test-exports perl-module-build"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/B/BM/BMORROW/Readonly-Tiny-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
build
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
perl Build.PL
--installdirs
=
vendor
./Build
}
check
()
{
./Build
test
}
package
()
{
./Build
install
--destdir
=
"
$pkgdir
"
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"
5c256eda1af70bc05b630897d247d6e0f90ae8139687e2281e47240bb9c999e69ce88b588d4b7387edfe395b90a1ae0b884808180798e7b9149945b8aa68a612 Readonly-Tiny-4.tar.gz
"
Loading