homebrew-cask/Casks/nomacs.rb

12 lines
345 B
Ruby
Raw Normal View History

2014-11-14 01:26:30 +08:00
cask :v1 => 'nomacs' do
2013-06-14 20:29:17 +08:00
version '1.0.0'
sha256 '2ec4bfd6390ab7c4b2a929a1e9d14f46f6f168608bf2aee8da67af797f73a54a'
2015-01-18 09:57:34 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:45 +08:00
url "http://downloads.sourceforge.net/nomacs/nomacs-#{version}-x86_64.dmg"
homepage 'http://www.nomacs.org/'
2014-10-01 23:33:30 +08:00
license :oss
2014-09-16 00:06:02 +08:00
app 'nomacs.app'
2013-06-14 20:29:17 +08:00
end