homebrew-cask/Casks/nomacs.rb

13 lines
362 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"
2015-04-16 01:23:26 +08:00
name 'nomacs'
2015-06-29 14:32:18 +08:00
homepage 'https://www.nomacs.org/'
license :gpl
2014-09-16 00:06:02 +08:00
app 'nomacs.app'
2013-06-14 20:29:17 +08:00
end