homebrew-cask/Casks/liteide.rb

12 lines
381 B
Ruby
Raw Normal View History

2014-11-14 01:26:16 +08:00
cask :v1 => 'liteide' do
2014-12-18 00:49:58 +08:00
version '25.2'
sha256 '92cb684a4832cf32d06ca0fa60f1155d64bd63fb9af708277bd57b70f5eb2cf8'
2015-01-18 08:53:27 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:42 +08:00
url "http://downloads.sourceforge.net/project/liteide/X#{version}/liteidex#{version}.macosx.zip"
2014-07-27 05:49:09 +08:00
homepage 'https://github.com/visualfc/liteide'
license :gpl
2014-09-16 00:05:51 +08:00
app 'LiteIDE.app'
2013-11-28 13:07:23 +08:00
end