mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
27 lines
498 B
YAML
27 lines
498 B
YAML
distributable:
|
|
url: https://github.com/Cyan4973/xxHash/archive/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: Cyan4973/xxHash
|
|
|
|
build:
|
|
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}}
|