Skip to content

Commit

Permalink
Adds cpp-httplib v0.16.3 (#27112)
Browse files Browse the repository at this point in the history
Added to provided runtime dependency for falco
#26622

---------

Signed-off-by: Srishti Hegde <[email protected]>
  • Loading branch information
srishtih authored Aug 26, 2024
1 parent f96efb5 commit 27be1bd
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions cpp-httplib.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Generated from https://git.alpinelinux.org/aports/plain/main/cxxopts/APKBUILD
package:
name: cpp-httplib
version: 0.16.3
epoch: 0
description: C++ header-only HTTP/HTTPS server and client library
copyright:
- license: MIT

environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- cmake
- ninja

pipeline:
- uses: git-checkout
with:
repository: https://github.com/yhirose/cpp-httplib.git
tag: v${{package.version}}
expected-commit: af56b7ec0ba9d18b788ed064f76d936eb52c5db5
recurse-submodules: true

- uses: cmake/configure

- uses: cmake/build

- uses: cmake/install

- uses: strip

update:
enabled: true
github:
identifier: yhirose/cpp-httplib
strip-prefix: v
use-tag: true

0 comments on commit 27be1bd

Please sign in to comment.