mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
11 lines
268 B
Bash
Executable file
11 lines
268 B
Bash
Executable file
#!/bin/bash ../.port_include.sh
|
|
port=bc
|
|
version=2.5.1
|
|
curlopts="-L"
|
|
files="https://github.com/gavinhoward/bc/releases/download/2.5.1/bc-2.5.1.tar.xz bc-2.5.1.tar.xz"
|
|
useconfigure=true
|
|
configscript=configure.sh
|
|
|
|
configure() {
|
|
run env HOSTCC=gcc ./"$configscript"
|
|
}
|