flameshot build form src

This commit is contained in:
2025-03-24 19:48:25 +08:00
parent 3a226ed5bb
commit 3c9f1d71cb
3 changed files with 51 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# Autogenerated at 09.01.2025 15:37 using ./gen-makefile
# Autogenerated at 24.03.2025 19:24 using ./gen-makefile
.DEFAULT_GOAL := help
#===============================================
@@ -21,6 +21,10 @@ canon-mg2500:
chrome:
@./install/chrome
##clamav: ClamAV (WIP)
clamav:
@./install/clamav
##composer: Install composer (latest)
composer:
@./install/composer
@@ -230,9 +234,6 @@ zsh:
# Scripts listed in ./packs
#===============================================
##flameshot: [TODO] [PACK] qt5 + flameshot from source
flameshot: qt5 flameshot-build
##lamp: [PACK] Apache + php + mariadb
lamp: apache phpstack mariadb
@@ -310,6 +311,10 @@ phpstack: php phptools
/vivaldi:
@./uninstall/vivaldi
##/wine: Uninstall wine
/wine:
@./uninstall/wine
#===============================================
# Service goals
#===============================================