Skip to content

Commit

Permalink
Add VoikkoSpellService Latest
Browse files Browse the repository at this point in the history
VoikkoSpellService is an open source spell-checking service for Finnish on Mac OS X.
  • Loading branch information
walokra authored and jawshooah committed Jul 30, 2015
1 parent 9e57db3 commit 8e1d595
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Casks/voikkospellservice.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cask :v1 => 'voikkospellservice' do
version '1.0.5b1'
sha256 '2c01a3e44a0a689763e85b8478e7c13659e5d784336916ba9f7c7f0f36cce159'

url 'http://verteksi.net/files/osxspell/VoikkoSpellService-1.0.5b1.dmg'
name 'VoikkoSpellService'
homepage 'http://verteksi.net/lab/osxspell/'
license :gpl

service 'VoikkoSpellService.app'

uninstall :signal => ['TERM', 'org.puimula.VoikkoSpellService']
end

0 comments on commit 8e1d595

Please sign in to comment.