mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
13 lines
262 B
Ruby
13 lines
262 B
Ruby
cask :v1 => 'typinator' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.ergonis.com/downloads/typinator-install.dmg'
|
|
name 'Typinator'
|
|
homepage 'http://www.ergonis.com/'
|
|
license :commercial
|
|
|
|
app 'Typinator.app'
|
|
|
|
accessibility_access true
|
|
end
|