homebrew-cask/Casks/plover.rb

15 lines
415 B
Ruby

cask :v1 => 'plover' do
version '2.5.8'
sha256 'a8bbeddb5d6fb8d4499844257035edd62e431a4f1eb7959bdf17a15c1cbe12de'
# github.com is the official download host per the vendor homepage
url "https://github.com/openstenoproject/plover/releases/download/v#{version}/Plover.dmg"
name 'Plover'
homepage 'http://stenoknight.com/wiki/Main_Page'
license :gpl
app 'plover.app'
accessibility_access true
end