mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
6 lines
221 B
Bash
Executable file
6 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"
|