mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
c07f91474d
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
9 lines
320 B
Bash
Executable file
9 lines
320 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=figlet
|
|
version=2.2.5
|
|
files="http://ftp.figlet.org/pub/figlet/program/unix/figlet-${version}.tar.gz figlet-${version}.tar.gz bf88c40fd0f077dab2712f54f8d39ac952e4e9f2e1882f1195be9e5e4257417d"
|
|
auth_type=sha256
|
|
|
|
build() {
|
|
run make CC="${CC}" LD="${CC}" "${makeopts[@]}"
|
|
}
|