mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-16 20:55:12 +00:00
7 lines
221 B
Bash
Executable File
7 lines
221 B
Bash
Executable File
#!/bin/bash ../.port_include.sh
|
|
port=termcap
|
|
version=1.3.1
|
|
useconfigure=true
|
|
configopts="--prefix=$SERENITY_ROOT/Build/Root/usr"
|
|
files="https://ftp.gnu.org/gnu/termcap/termcap-${version}.tar.gz termcap-${version}.tar.gz"
|