homebrew-cask/Casks/plover.rb

15 lines
415 B
Ruby
Raw Normal View History

2014-11-14 01:26:40 +08:00
cask :v1 => 'plover' do
2014-04-28 06:26:26 +08:00
version '2.5.8'
sha256 'a8bbeddb5d6fb8d4499844257035edd62e431a4f1eb7959bdf17a15c1cbe12de'
2015-01-18 10:19:38 +08:00
# github.com is the official download host per the vendor homepage
2014-09-26 20:09:07 +08:00
url "https://github.com/openstenoproject/plover/releases/download/v#{version}/Plover.dmg"
2015-01-06 10:56:16 +08:00
name 'Plover'
homepage 'http://stenoknight.com/wiki/Main_Page'
2014-10-01 23:33:38 +08:00
license :oss
2014-09-16 00:06:09 +08:00
app 'plover.app'
2014-04-28 06:26:26 +08:00
2014-12-11 00:49:45 +08:00
accessibility_access true
2014-04-28 06:26:26 +08:00
end