Skip to content

Commit

Permalink
Merge pull request #171842 from SoCuul/patch-1
Browse files Browse the repository at this point in the history
jslegendre-themeengine 1.0.0,118 (new cask)
  • Loading branch information
miccal committed May 16, 2024
2 parents 6198586 + 4802fbe commit 934a8f9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Casks/j/jslegendre-themeengine.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "jslegendre-themeengine" do
version "1.0.0,118"
sha256 "5d471654427f192c9729362b157fa18d0c485371cd9f3fd32ecf23831bfa05c9"

url "https://github.com/jslegendre/ThemeEngine/releases/download/v#{version.csv.first}(#{version.csv.second})/ThemeEngine.zip"
name "ThemeEngine"
desc "App to edit compiled .car files"
homepage "https://github.com/jslegendre/ThemeEngine/"

livecheck do
url :url
strategy :git do |tags|
tags.filter_map do |tag|
match = tag.match(/^v(\d+(?:\.\d+)*)\((\d+)\)$/i)
"#{match[1]},#{match[2]}" if match
end
end
end

depends_on macos: ">= :big_sur"

app "ThemeEngine.app"

zap trash: "~/Library/Preferences/com.alexzielenski.ThemeEngine.plist"
end

0 comments on commit 934a8f9

Please sign in to comment.