mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
492f7132d2
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually.
7 lines
290 B
Bash
Executable file
7 lines
290 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=termcap
|
|
version=1.3.1
|
|
useconfigure=true
|
|
configopts="--prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
|
files="https://ftpmirror.gnu.org/gnu/termcap/termcap-${version}.tar.gz termcap-${version}.tar.gz ffe6f86e63a3a29fa53ac645faaabdfa"
|
|
auth_type=md5
|