homebrew-cask/Casks/cave-story.rb

15 lines
513 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cave-story' do
version '0.0.8'
sha256 '305e9ec85442e79e92c0e4fd2d8e6566c5e0ad8db46b50aad172f3e0c384a479'
2016-02-12 06:08:04 +08:00
# nakiwo.com was verified as official when first introduced to the cask
url "http://www.nakiwo.com/attachments/doukutsu#{version.dots_to_underscores}.dmg"
2015-12-25 00:46:13 +08:00
name 'Pixel Cave Story'
name 'Doukutsu'
name '洞窟物語'
homepage 'http://www.cavestory.org/'
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'Doukutsu.app', target: 'Cave Story.app'
end