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:
parent
a521d2f950
commit
149a9ba5d7
3 changed files with 64 additions and 0 deletions
6
Ports/zstd/package.sh
Executable file
6
Ports/zstd/package.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue