homebrew-cask/Casks/jansi.rb

16 lines
546 B
Ruby
Raw Normal View History

2016-05-20 09:46:12 +08:00
cask 'jansi' do
version :latest
sha256 :no_check
# dl.dropbox.com/u/43721500 was verified as official when first introduced to the cask
url 'https://dl.dropbox.com/u/43721500/JANSI-MacOSX10.4.zip'
2016-05-20 09:46:12 +08:00
name 'Japanese ANSI'
name 'JANSI'
homepage 'https://kenie33-jansi.blogspot.jp/'
2016-05-20 09:46:12 +08:00
depends_on macos: '>= :tiger'
artifact 'JANSI-MacOSX10.4/JANSI.icns', target: "#{ENV['HOME']}/Library/Keyboard Layouts/JANSI.icns"
artifact 'JANSI-MacOSX10.4/JANSI.keylayout', target: "#{ENV['HOME']}/Library/Keyboard Layouts/JANSI.keylayout"
end