diff --git a/cpp-httplib.yaml b/cpp-httplib.yaml new file mode 100644 index 0000000000..3bd6baeea1 --- /dev/null +++ b/cpp-httplib.yaml @@ -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