Files
homebrew-cask/Casks/b/bdinfo.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
595 B
Ruby

cask "bdinfo" do
version "1.0"
sha256 :no_check
url "https://www.videohelp.com/download/BDInfo%20OSX.dmg",
referer: "https://www.videohelp.com/software/BDInfo"
name "BDInfo"
desc "Collect video and audio technical specifications from Blu-ray discs"
homepage "https://www.videohelp.com/software/BDInfo"
livecheck do
url :homepage
regex(/BDInfo\s+(\d+(?:\.\d+)+)\s+Mac/i)
end
app "BDInfo OSX.app"
zap trash: [
"~/Library/Preferences/com.yourcompany.BDInfo-OSX.plist",
"~/Library/Saved Application State/com.yourcompany.BDInfo-OSX.savedState",
]
end