tce-load -wil compiletc cmake scdoc

https://github.com/ReimuNotMoe/ydotool/archive/refs/tags/v1.0.4.tar.gz

cd ydotool-1.0.4
mkdir build
cd build

cmake -DCMAKE_C_FLAGS='-flto -mtune=generic -Os' -DCMAKE_CXX_FLAGS='-flto -mtune=generic -Os' -DCMAKE_INSTALL_PREFIX=/usr/local ..

make [0m 0.95s]
make DESTDIR=/tmp/dest install
rm -r /tmp/dest/usr/local/share
rm -r /tmp/dest/usr/local/lib [lib directory contains only systemd-related files]
