homebrew-cask/Casks/dwarf-fortress.rb

16 lines
441 B
Ruby
Raw Normal View History

2014-07-08 17:03:21 +08:00
class DwarfFortress < Cask
2014-09-14 00:30:55 +08:00
version '0.40.12'
sha256 'e493942db5553a33ac38a150ea16dfb9748192a3f7c1961a342a7436f64cc6c0'
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/'
2014-10-01 23:32:48 +08:00
license :unknown
# 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