nixpkgs/pkgs/tools/misc/mc/builder.sh

8 lines
110 B
Bash
Raw Normal View History

source $stdenv/setup
tar xfvz $src
cd mc-*
./configure --prefix=$out --with-screen=ncurses
make
make install