mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
14 lines
415 B
Ruby
14 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
|