-
Notifications
You must be signed in to change notification settings - Fork 314
/
Copy pathcxxopts.yaml
52 lines (44 loc) · 1021 Bytes
/
cxxopts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Generated from https://git.alpinelinux.org/aports/plain/main/cxxopts/APKBUILD
package:
name: cxxopts
version: 3.2.1
epoch: 1
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
test:
pipeline:
- uses: test/pkgconf
update:
enabled: true
github:
identifier: jarro2783/cxxopts
strip-prefix: v
use-tag: true