homebrew-cask/Casks/dwarf-fortress.rb

17 lines
567 B
Ruby
Raw Normal View History

2014-11-14 01:25:45 +08:00
cask :v1 => 'dwarf-fortress' do
2015-03-25 11:18:58 +08:00
version '0.40.24'
sha256 '653837ed073ffe2825d25bc80f0967d6a8ccb9bf869a188d4bd4320154630936'
2014-07-08 17:03:21 +08:00
2014-10-20 23:10:26 +08:00
url "http://www.bay12games.com/dwarves/df_#{version.sub(%r{^0+\.},'').gsub('.','_')}_osx.tar.bz2"
2015-04-05 13:37:53 +08:00
name 'Dwarf Fortress'
2014-07-08 17:03:21 +08:00
homepage 'http://www.bay12games.com/dwarves/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
# todo: should this be
#
# suite 'df_osx', :target => 'Dwarf Fortress'
#
# ?
artifact 'df_osx/df', :target => 'Dwarf Fortress/df'
2014-07-08 17:03:21 +08:00
end