summaryrefslogtreecommitdiff
path: root/Ports/figlet/package.sh
blob: 80634636952e1a4c5d7efe0d0a3bff10c40bd4aa (plain)
1
2
3
4
5
6
7
8
9
#!/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[@]}"
}