diff --git a/install/flameshot-build b/install/flameshot-build new file mode 100755 index 0000000..b9f672b --- /dev/null +++ b/install/flameshot-build @@ -0,0 +1,8 @@ +#!/bin/bash +##makedesc: [TODO] Build flameshot from src (latest) + +echo +echo "===============================================" +echo "Installing flameshot (latest)..." +echo "===============================================" +echo diff --git a/install/qt5 b/install/qt5 new file mode 100755 index 0000000..f946cf4 --- /dev/null +++ b/install/qt5 @@ -0,0 +1,25 @@ +#!/bin/bash +##makedesc: Install qt5 + +echo +echo "===============================================" +echo "Installing qt5..." +echo "===============================================" +echo + +sudo apt install -y --autoremove \ + build-essential \ + ca-certificates \ + cmake \ + g++ \ + libqt5core5a \ + libqt5dbus5 \ + libqt5gui5 \ + libqt5network5 \ + libqt5svg5 \ + libqt5svg5-dev \ + libqt5widgets5 \ + openssl \ + qtbase5-dev \ + qttools5-dev \ + qttools5-dev-tools diff --git a/packs/flameshot b/packs/flameshot new file mode 100644 index 0000000..8b6e870 --- /dev/null +++ b/packs/flameshot @@ -0,0 +1,2 @@ +##flameshot: [TODO] [PACK] qt5 + flameshot from source +flameshot: qt5 flameshot-build