pantry/projects/github.com/Cyan4973/xxHash/package.yml
Andrew a2f0e848e8
github.com/Cyan4973/xxHash (#2186)
* new file:   projects/github.com/Cyan4973/xxHash/package.yml

* pkg-config
2023-06-15 12:44:34 -04:00

30 lines
565 B
YAML

distributable:
url: https://github.com/Cyan4973/xxHash/archive/v{{version}}.tar.gz
strip-components: 1
versions:
github: Cyan4973/xxHash
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
make --jobs {{ hw.concurrency }}
make --jobs {{ hw.concurrency }} install $ARGS
env:
ARGS:
- PREFIX="{{prefix}}"
provides:
- bin/xxhsum
- bin/xxh32sum
- bin/xxh64sum
- bin/xxh128sum
test:
dependencies:
freedesktop.org/pkg-config: '*'
script:
pkg-config --modversion libxxhash | grep {{version}}