mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
7 lines
313 B
Bash
Executable file
7 lines
313 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 $port-$version.tar.gz 8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58"
|
|
auth_type=sha256
|
|
workdir=$port-$port-$version
|