github.com/Cyan4973/xxHash (#2186)

* new file:   projects/github.com/Cyan4973/xxHash/package.yml

* pkg-config
This commit is contained in:
Andrew 2023-06-15 19:44:34 +03:00 committed by GitHub
parent 9d700f7ab6
commit a2f0e848e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,30 @@
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}}