mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:07:44 +00:00
Port: Nano
An early step towards a fully functional nano.
This commit is contained in:
parent
3069988a75
commit
0414e39035
3 changed files with 35 additions and 0 deletions
11
Ports/nano/package.sh
Executable file
11
Ports/nano/package.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue