1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:57:35 +00:00

Ports: Add zstd port

This commit is contained in:
Brian Callahan 2020-03-14 15:35:02 -04:00 committed by Andreas Kling
parent a521d2f950
commit 149a9ba5d7
3 changed files with 64 additions and 0 deletions

6
Ports/zstd/package.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash ../.port_include.sh
port=zstd
version=1.4.4
files="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz zstd-${version}.tar.gz
https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz.sha256 zstd-${version}.tar.gz.sha256"
auth_type=sha256