xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 20fd5b45d7c07294d781e6560365ba675cf317f6

Build AppImage with ncurses 6.4
Author: xaizek
Author date (UTC): 2023-04-03 17:27
Committer name: xaizek
Committer date (UTC): 2023-04-03 17:30
Parent(s): dbd8790a6bd5359af3f40b6a4b7276693dac7bde
Signing key: 99DC5E4DB05F6BE2
Tree: 89ef93fc70b343a467d3035b14f4c792d4ff2856
File Lines added Lines deleted
pkgs/AppImage/genappimage.sh 3 3
File pkgs/AppImage/genappimage.sh changed (mode: 100755) (index d7307040e..867ceabc2)
... ... cd "$BUILD_DIR"
37 37 mkdir -p "$BUILD_DIR/AppDir/usr" mkdir -p "$BUILD_DIR/AppDir/usr"
38 38
39 39 # Obtain and compile libncursesw6 so that we get 256 color support # Obtain and compile libncursesw6 so that we get 256 color support
40 wget http://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz
41 tar -xf ncurses-6.2.tar.gz
42 NCURSES_DIR="$PWD/ncurses-6.2"
40 wget http://ftp.gnu.org/gnu/ncurses/ncurses-6.4.tar.gz
41 tar -xf ncurses-6.4.tar.gz
42 NCURSES_DIR="$PWD/ncurses-6.4"
43 43 pushd "$NCURSES_DIR" pushd "$NCURSES_DIR"
44 44 ./configure --without-shared --enable-widec --prefix=/ \ ./configure --without-shared --enable-widec --prefix=/ \
45 45 --without-normal --without-debug --without-cxx --without-cxx-binding \ --without-normal --without-debug --without-cxx --without-cxx-binding \
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master