Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alyx
Adélie Package Tree
Commits
de4bc263
Verified
Commit
de4bc263
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/perl-http-headers-fast: new package
parent
e9cb6d79
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/perl-http-headers-fast/APKBUILD
+35
-0
35 additions, 0 deletions
user/perl-http-headers-fast/APKBUILD
with
35 additions
and
0 deletions
user/perl-http-headers-fast/APKBUILD
0 → 100644
+
35
−
0
View file @
de4bc263
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname
=
perl-http-headers-fast
_pkgname
=
HTTP-Headers-Fast
pkgver
=
0.21
pkgrel
=
0
pkgdesc
=
"Fast HTTP header parsing for Perl"
url
=
"https://metacpan.org/release/HTTP-Headers-Fast"
arch
=
"noarch"
license
=
"Artistic-1.0-Perl OR GPL-2.0-only"
depends
=
"perl-http-date"
checkdepends
=
"perl-test-requires perl-uri"
makedepends
=
"perl-dev perl-module-build-tiny"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/HTTP-Headers-Fast-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/HTTP-Headers-Fast-
$pkgver
"
build
()
{
cd
"
$builddir
"
perl Build.PL
--destdir
=
"
$pkgdir
"
--prefix
=
"/usr"
--installdirs
=
vendor
./Build
}
check
()
{
cd
"
$builddir
"
./Build
test
}
package
()
{
cd
"
$builddir
"
./Build
install
destdir
=
"
$pkgdir
"
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"ce04b70f0748ee2d5911c772149b71c8c130d172267c11716151c1ca21b26e8c793af22227098d73a9253c9bfae57d618b6d67454c41862e2ba3a9798c067cf6 HTTP-Headers-Fast-0.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