#!/bin/bash # 💫 https://github.com/JaKooLit 💫 # # hyprgraphics # #specific branch or release hyprgraphics_tag="v0.1.3" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## set -euo pipefail IFS=$'\n\t' SCRIPT_DIR=$(realpath "$(dirname "${BASH_SOURCE[0]}")") # Source the global functions script source "$SCRIPT_DIR/Global_functions.sh" || { echo "Failed to source Global_functions.sh" exit 1 } build_from_git $hyprgraphics_tag "hyprgraphics" "cmake_build" "cmake"