spreadsheet calculator improved
sc-im is an ncurses spreadsheet program for terminal

https://github.com/andmarti1424/sc-im.git
v0.7.0 Dec 13, 2017

Install development dependencies (tce-load -i)
    ncursesw-dev
    libxml2-dev (libxml2-linenum, libxml2-git)
    libzip-dev
    not utilized in this TC build:
    gnuplot (gnuplot-cvs-pdflib, gnuplot-headless, gnuplot-nogui, gnuplot-svg, gnuplot-git, gnuplot-caca) (optional) – create graphs
    libxlsxwriter (libxlsxwriter-git) (optional) – export to xlsx. Requires rebuild of sc-im

export CFLAGS="-flto -fuse-linker-plugin -mtune=generic -Os -pipe"
export CXXFLAGS="-flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti"
make -C src

Runtime dependencies: sc-im.tcz.dep
    ncursesw.tcz
    libxml2.tcz
    libzip.tcz
    bzip2-lib.tcz
    openssl-1.1.1.tcz

submitqc --color --libs --fix --strip ./sc-im.tcz

# get the extension files dates the same as tcz
for file in sc-im.tcz.*; do touch --no-create --reference=sc-im.tcz $file; done

#tar all necessary and optional files, example:
tar cvzf ./sc-im.tar.gz ./sc-im/

misc notes:
to make the doxygen source code documentation....
tce-load -i doxygen graphviz-dev
make -C src docs

