From e333a99518d704880b873778bd46b7926329fe35 Mon Sep 17 00:00:00 2001 From: sw33tLie Date: Thu, 2 Apr 2026 02:26:57 +0100 Subject: [PATCH] Add macshot --- Casks/m/macshot.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Casks/m/macshot.rb diff --git a/Casks/m/macshot.rb b/Casks/m/macshot.rb new file mode 100644 index 0000000000000..672c12230b97c --- /dev/null +++ b/Casks/m/macshot.rb @@ -0,0 +1,18 @@ +cask "macshot" do + version "3.5.1" + sha256 "b5b07143d8daa861c229ce3c01b8f7bf3c759efbcf8ae54230b85015dc684072" + + url "https://github.com/sw33tLie/macshot/releases/download/v#{version}/MacShot.dmg" + name "MacShot" + desc "Screenshot and screen recording tool" + homepage "https://github.com/sw33tLie/macshot" + + depends_on macos: ">= :monterey" + + app "macshot.app" + + zap trash: [ + "~/Library/Application Support/macshot", + "~/Library/Preferences/com.sw33tlie.macshot.macshot.plist", + ] +end