serenity/Ports/sparsehash/package.sh

9 lines
282 B
Bash
Raw Normal View History

2022-02-11 14:19:54 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
port=sparsehash
version=2.0.4
useconfigure=true
2023-07-10 11:10:29 +00:00
files=(
"https://github.com/sparsehash/sparsehash/archive/refs/tags/$port-$version.tar.gz#8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58"
2023-07-10 11:10:29 +00:00
)
2022-02-11 14:19:54 +00:00
workdir=$port-$port-$version