mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
11 lines
476 B
Bash
Executable file
11 lines
476 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='nano'
|
|
version='7.2'
|
|
files="https://www.nano-editor.org/dist/v7/nano-${version}.tar.xz nano-${version}.tar.xz 86f3442768bd2873cec693f83cdf80b4b444ad3cc14760b74361474fc87a4526"
|
|
auth_type='sha256'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--disable-browser" "--disable-utf8")
|
|
depends=("ncurses")
|
|
|
|
export PKG_CONFIG_PATH="${SERENITY_INSTALL_ROOT}/usr/local/lib/pkgconfig"
|