tce-load -wi python3.6 gettext inotify-tools

https://gitlab.com/rastersoft/devedeng/-/archive/4.17.0/devedeng-4.17.0.tar.gz

cd devedeng-4.17.0

inotifywait --quiet --monitor --recursive -e create --format '%w%f' /usr/local >new.txt &
sudo ./setup.py install
pkill inotifywait
cat new.txt | sort | uniq >list.txt
sed -i '/__pycache__/ d' list.txt
tar -cvf dest.tar -T list.txt
mkdir /tmp/dest
tar -xvf dest.tar -C /tmp/dest

cd /tmp/dest/usr/local/bin
ln -s devede_ng.py devede
sed -i 's_#!.*_#!/usr/local/bin/python3.6_' *
-> adjust .desktop file in /tmp/dest/usr/local/share/applications
-> add devede.png to /tmp/dest/usr/local/share/pixmaps
