diff --git a/projects/github.com/Cyan4973/xxHash/package.yml b/projects/github.com/Cyan4973/xxHash/package.yml new file mode 100644 index 00000000..ddc8130e --- /dev/null +++ b/projects/github.com/Cyan4973/xxHash/package.yml @@ -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}} \ No newline at end of file