mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 19:19:44 +03:00
15 lines
640 B
Bash
Executable File
15 lines
640 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=nano
|
|
version=4.5
|
|
useconfigure="true"
|
|
files="https://www.nano-editor.org/dist/v4/nano-${version}.tar.xz nano-${version}.tar.xz
|
|
https://www.nano-editor.org/dist/v4/nano-${version}.tar.xz.asc nano-${version}.tar.xz.asc"
|
|
configopts="--target=i686-pc-serenity --disable-browser --disable-utf8"
|
|
depends="ncurses"
|
|
auth_type="sig"
|
|
auth_import_key="BFD009061E535052AD0DF2150D28D4D2A0ACE884"
|
|
auth_opts="nano-${version}.tar.xz.asc nano-${version}.tar.xz"
|
|
|
|
export CPPFLAGS=-I${SERENITY_ROOT}/Build/Root/usr/local/include/ncurses
|
|
export PKG_CONFIG_PATH=${SERENITY_ROOT}/Build/Root/usr/local/lib/pkgconfig
|