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
e852875c
Commit
e852875c
authored
1 year ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/perl-http-cache-transparent: new aport. Dependency of xmltv
parent
5fec4d0e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!57502
community/xmltv: added new dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/perl-http-cache-transparent/APKBUILD
+38
-0
38 additions, 0 deletions
community/perl-http-cache-transparent/APKBUILD
with
38 additions
and
0 deletions
community/perl-http-cache-transparent/APKBUILD
0 → 100644
+
38
−
0
View file @
e852875c
# Automatically generated by apkbuild-cpan, template 3
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
perl-http-cache-transparent
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
HTTP-Cache-Transparent
pkgver
=
1.4
pkgrel
=
0
pkgdesc
=
"Cache the result of http get-requests persistently."
url
=
"https://metacpan.org/release/HTTP-Cache-Transparent/"
arch
=
"noarch"
license
=
"GPL-1.0-or-later OR Artistic-1.0-Perl"
depends
=
"perl perl-libwww"
makedepends
=
"perl-dev perl-test-requiresinternet"
checkdepends
=
"perl-test-pod perl-test-pod-coverage"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-
$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
=
"
bd48290de4aeffe64cc4748d2f4b054abef539770dd8679f88fd24d9478819c31d7201918335404ea5ed0251d4c4f7d19926ccdeb6b4da2cecf251d2618589a4 HTTP-Cache-Transparent-1.4.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