mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03:00
9 lines
282 B
Bash
Executable File
9 lines
282 B
Bash
Executable File
#!/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 8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58"
|
|
)
|
|
workdir=$port-$port-$version
|