https://github.com/Soft/xcolor https://soft.github.io/xcolor/ xcolor v0.4.1 Lightweight color picker for X11 rust ca-certificates.tcz is installed sudo mkdir -p /etc/ssl/ sudo ln -s /usr/local/etc/ssl/certs /etc/ssl/certs install latest rust compiler: # https://www.rust-lang.org/tools/install # reference: https://github.com/rust-lang/rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh Development dependencies: tce-load -i compiletc python3.6 automake cmake curl openssl-1.1.1 pkg-config fontconfig-dev compiletc python3.6 automake cmake curl openssl-1.1.1 pkg-config fontconfig-dev Building on a Unix-like system Make sure you have installed the dependencies: g++ 5.1 or later or clang++ 3.5 or later python 3 or 2.7 GNU make 3.81 or later cmake 3.4.3 or later curl git ssl which comes in libssl-dev or openssl-devel pkg-config if you are compiling on Linux and targeting Linux fontconfig-dev source $HOME/.cargo/env # not wget https://github.com/Soft/xcolor/archive/0.4.0.tar.gz git clone https://github.com/Soft/xcolor.git ?? release.sh (commenting out the non-Linux builds) # not these usual rust methods # cargo build (from dir with Cargo.toml) cargo install --path . test with base norestore Runtime dependencies: xcolor.tcz.dep xclip.tcz find ./squashfs-root -exec touch -m --reference=./squashfs-root/usr/local/bin/xcolor {} + mksquashfs ./squashfs-root ./xcolor.tcz -noappend -no-xattrs submitqc --color --libs --fix --strip ./xcolor.tcz submitqc --color --libs --fix --strip ./xcolor-doc.tcz # get the extension files dates the same as tcz for file in xcolor.tcz; do touch --no-create --reference=./squashfs-root/usr/local/bin/xcolor $file; done for file in xcolor.tcz.*; do touch --no-create --reference=xcolor.tcz $file; done for file in xcolor-doc.tcz.*; do touch --no-create --reference=xcolor-doc.tcz $file; done # set the permissions for file in xcolor.*; do chmod 666 $file; done for file in xcolor-doc.*; do chmod 666 $file; done #tar all necessary and optional files, example: tar cvzf ./xcolor.tar.gz ./xcolor/ tar cvzf ./xcolor-doc.tar.gz ./xcolor-doc/ save this file with name compile_xcolor