Files
homebrew-cask/Casks/m/midistroke.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

19 lines
420 B
Ruby

cask "midistroke" do
version "1.4"
sha256 :no_check
url "https://www.charlie-roberts.com/midiStroke/midiStroke.app.zip"
name "midiStroke"
desc "Converts midi note, program or CC messages into keystrokes"
homepage "https://www.charlie-roberts.com/midiStroke/"
livecheck do
url :url
strategy :extract_plist
end
app "midiStroke.app"
zap trash: "~/Library/Application Support/midiStroke"
end