mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Add a sparsehash port
This commit is contained in:
parent
18f68d1aea
commit
b0efca5742
Notes:
sideshowbarker
2024-07-17 18:58:56 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/b0efca5742 Pull-request: https://github.com/SerenityOS/serenity/pull/12435
2 changed files with 8 additions and 0 deletions
|
@ -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
7
Ports/sparsehash/package.sh
Executable 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
|
Loading…
Reference in a new issue