diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 1acd7203d0..1884873c9a 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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 | diff --git a/Ports/sparsehash/package.sh b/Ports/sparsehash/package.sh new file mode 100755 index 0000000000..5a376f4ac3 --- /dev/null +++ b/Ports/sparsehash/package.sh @@ -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