Skip to content

Commit

Permalink
Adds cxxopts v3.2.1 (#27111)
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 4f05992 commit f96efb5
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions cxxopts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Generated from https://git.alpinelinux.org/aports/plain/main/cxxopts/APKBUILD
package:
name: cxxopts
version: 3.2.1
epoch: 0
description: Lightweight C++ command line option parser as a header only library
copyright:
- license: MIT

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

pipeline:
- uses: git-checkout
with:
repository: https://github.com/jarro2783/cxxopts.git
tag: v${{package.version}}
expected-commit: 4bf61f08697b110d9e3991864650a405b3dd515d
recurse-submodules: true

- uses: cmake/configure

- uses: cmake/build

- uses: cmake/install

- uses: strip

subpackages:
- name: cxxopts-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- cxxopts
description: cxxopts dev

update:
enabled: true
github:
identifier: jarro2783/cxxopts
strip-prefix: v
use-tag: true

0 comments on commit f96efb5

Please sign in to comment.