mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
6 lines
249 B
Bash
Executable file
6 lines
249 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 d88cb33a14f1469fff975d021ae2858e"
|
|
auth_type=md5
|
|
makeopts="CC=${CC} LD=${CC}"
|