Files
homebrew-cask/Casks/e/expressscribe.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

24 lines
609 B
Ruby

cask "expressscribe" do
version "12.09"
sha256 :no_check
url "https://www.nch.com.au/scribe/scribemaci.zip"
name "Express Scribe Transcription Software"
desc "Foot pedal controlled digital transcription audio player"
homepage "https://www.nch.com.au/scribe/index.html"
livecheck do
url :url
strategy :extract_plist
end
app "ExpressScribe.app"
uninstall quit: "com.nchsoftware.expressscribe-free"
zap trash: [
"~/Library/Preferences/com.nchsoftware.expressscribe-free.plist",
"~/Library/Saved Application State/com.nchsoftware.expressscribe-free.savedState",
]
end