mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 15:43:36 +03:00
0414e39035
An early step towards a fully functional nano.
12 lines
338 B
Bash
Executable File
12 lines
338 B
Bash
Executable File
#!/bin/bash ../.port_include.sh
|
|
port=nano
|
|
version=4.5
|
|
workdir=nano-4.5
|
|
useconfigure="true"
|
|
curlopts="-L"
|
|
files="https://www.nano-editor.org/dist/v4/nano-4.5.tar.xz nano-4.5.tar.xz"
|
|
configopts="--target=i686-pc-serenity --disable-browser --disable-utf8"
|
|
depends="ncurses"
|
|
|
|
export CPPFLAGS=-I${SERENITY_ROOT}/Root/usr/local/include/ncurses
|