mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
27034c6579
* github.com/ivmai/libatomic_ops * hboehm.info/gc * Delete package.yml * Delete test.c
26 lines
633 B
YAML
26 lines
633 B
YAML
distributable:
|
|
url: https://github.com/ivmai/libatomic_ops/releases/download/v{{version}}/libatomic_ops-{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: ivmai/libatomic_ops
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
|
|
script:
|
|
- ./configure $ARGS
|
|
- make --jobs {{ hw.concurrency }}
|
|
- make --jobs {{ hw.concurrency }} check
|
|
- make --jobs {{ hw.concurrency }} install
|
|
env:
|
|
ARGS:
|
|
- --prefix="{{prefix}}"
|
|
- --disable-dependency-tracking
|
|
|
|
test:
|
|
dependencies:
|
|
freedesktop.org/pkg-config: '*'
|
|
script: pkg-config --modversion atomic_ops | grep {{version}} |