New qt5, flameshot pack draft

master
Anthony Axenov 2022-07-05 10:51:17 +08:00
parent 24f30e8eff
commit 113c1df71b
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
##makedesc: [TODO] Build flameshot from src (latest)
echo
echo "==============================================="
echo "Installing flameshot (latest)..."
echo "==============================================="
echo

25
install/qt5 100755
View File

@ -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

2
packs/flameshot 100644
View File

@ -0,0 +1,2 @@
##flameshot: [TODO] [PACK] qt5 + flameshot from source
flameshot: qt5 flameshot-build