1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:00:49 +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

View File

@ -151,6 +151,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`php`](php/) | PHP | 8.1.1 | https://www.php.net/ |
| [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf |
| [`SDLPoP`](SDLPoP/) | Prince of Persia game | | https://github.com/NagyD/SDLPoP |
| [`sparsehash`](sparsehash/) | Google's C++ associative containers | 2.0.4 | https://github.com/sparsehash/sparsehash |
| [`printf`](printf/) | printf (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.28 | https://github.com/8bitbubsy/pt2-clone |
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |

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