mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
@@ -0,0 +1,29 @@
|
||||
cask "virtualbuddy" do
|
||||
version "1.2.1,9"
|
||||
sha256 "3e2b715d81227ce3305daa6d769663de53abd429d0c91708f722722e58ac6e9a"
|
||||
|
||||
url "https://github.com/insidegui/VirtualBuddy/releases/download/#{version.csv.first}/VirtualBuddy_v#{version.csv.first}-#{version.csv.second}.dmg"
|
||||
name "VirtualBuddy"
|
||||
desc "Virtualization tool"
|
||||
homepage "https://github.com/insidegui/VirtualBuddy"
|
||||
|
||||
livecheck do
|
||||
url "https://github.com/insidegui/VirtualBuddy/releases"
|
||||
strategy :page_match do |page|
|
||||
match = page.match(/href=.*?VirtualBuddy[._-]v?(\d+(?:\.\d+)+)[._-](\d+)\.dmg/i)
|
||||
next if match.blank?
|
||||
|
||||
"#{match[1]},#{match[2]}"
|
||||
end
|
||||
end
|
||||
|
||||
depends_on arch: :arm64
|
||||
depends_on macos: :monterey
|
||||
|
||||
app "VirtualBuddy.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/VirtualBuddy",
|
||||
"~/Library/Preferences/codes.rambo.VirtualBuddy.plist",
|
||||
]
|
||||
end
|
||||
@@ -34,5 +34,6 @@
|
||||
"themeengine": "all",
|
||||
"toggl-track": "all",
|
||||
"universal-android-debloater": "all",
|
||||
"virtualbuddy": "all",
|
||||
"xit": "all"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user