1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

Ports: Add a sparsehash port

This commit is contained in:
Ali Mohammad Pur 2022-02-11 17:49:54 +03:30 committed by Andreas Kling
parent 18f68d1aea
commit b0efca5742
2 changed files with 8 additions and 0 deletions

7
Ports/sparsehash/package.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=sparsehash
version=2.0.4
useconfigure=true
files="https://github.com/sparsehash/sparsehash/archive/refs/tags/$port-$version.tar.gz $port-$version.tar.gz 8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58"
auth_type=sha256
workdir=$port-$port-$version