ladybird/Ports/bc/package.sh
2020-01-25 09:06:20 +01:00

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"
}