homebrew-cask/Casks/dwarf-fortress.rb

16 lines
543 B
Ruby
Raw Normal View History

2014-11-14 01:25:45 +08:00
cask :v1 => 'dwarf-fortress' do
2014-10-26 19:55:17 +08:00
version '0.40.14'
sha256 'f5c2e841702327af73fbed1f32eeb6ade7c3789ae795e8fa2b6a1a777e927ceb'
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"
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