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
b9d7ab7e
Commit
b9d7ab7e
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/libevhtp: build with samurai
parent
e3f13f39
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libevhtp/APKBUILD
+8
-6
8 additions, 6 deletions
community/libevhtp/APKBUILD
with
8 additions
and
6 deletions
community/libevhtp/APKBUILD
+
8
−
6
View file @
b9d7ab7e
...
...
@@ -3,26 +3,28 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libevhtp
pkgver
=
1.2.18
pkgrel
=
5
pkgrel
=
6
pkgdesc
=
"Flexible replacement for libevent's httpd API"
options
=
"!check"
# No testsuite
url
=
"https://github.com/Yellow-Camper/libevhtp"
arch
=
"all"
license
=
"BSD-3-Clause"
makedepends
=
"cmake libevent-dev openssl-dev>3 oniguruma-dev"
makedepends
=
"cmake libevent-dev openssl-dev>3 oniguruma-dev
samurai
"
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/Yellow-Camper/libevhtp/archive/
$pkgver
.tar.gz"
build
()
{
cmake
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DBUILD_SHARED_LIBS
=
ON
make
c
make
--build
build
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
DESTDIR
=
"
$pkgdir
"
cmake
--
install
build
}
sha512sums
=
"e01d771a9358fcf912578f34acd235711a3231029b453781f2992cf51cea26aa3f1eb170d3a834f15d4f9b3f37235fb006853eeee509945e2c18e3a7fbb06ae4 libevhtp-1.2.18.tar.gz"
sha512sums
=
"
e01d771a9358fcf912578f34acd235711a3231029b453781f2992cf51cea26aa3f1eb170d3a834f15d4f9b3f37235fb006853eeee509945e2c18e3a7fbb06ae4 libevhtp-1.2.18.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