mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
ba97548686
This ensures that a libtinfo.a is produced, which is needed by nano.
6 lines
179 B
Bash
Executable file
6 lines
179 B
Bash
Executable file
#!/bin/bash ../.port_include.sh
|
|
port=ncurses
|
|
version=6.1
|
|
useconfigure=true
|
|
configopts="--with-termlib"
|
|
files="ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz ncurses-6.1.tar.gz"
|