mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
21 lines
416 B
YAML
21 lines
416 B
YAML
distributable:
|
|
url: https://github.com/akheron/jansson/releases/download/v{{ version.raw }}/jansson-{{ version.raw }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: akheron/jansson/tags
|
|
strip: /^v/
|
|
|
|
build:
|
|
dependencies:
|
|
linux:
|
|
gnu.org/gcc: '*'
|
|
script: |
|
|
./configure --prefix="{{prefix}}"
|
|
make --jobs {{ hw.concurrency }} install
|
|
|
|
test:
|
|
script: |
|
|
cc fixture.c -ljansson
|
|
./a.out
|