ladybird/Ports/nano/package.sh
Brandon Scott 0414e39035 Port: Nano
An early step towards a fully functional nano.
2019-11-16 12:50:50 +01:00

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