pantry/projects/github.com/json-c/json-c/package.yml
2023-10-01 20:41:57 -04:00

22 lines
474 B
YAML

distributable:
url: https://s3.amazonaws.com/json-c_releases/releases/json-c-{{ version.raw }}.tar.gz
strip-components: 1
versions:
github: json-c/json-c/tags
strip:
- /^json-c-/
- /-\d{8}/ # calver
build:
dependencies:
cmake.org: 3
working-directory: build
script: |
cmake .. -DCMAKE_INSTALL_PREFIX="{{prefix}}" -DCMAKE_BUILD_TYPE=Release
make --jobs {{ hw.concurrency }} install
test:
script: |
cc fixture.c -ljson-c
./a.out