homebrew-cask/Casks/onlabs.rb

19 lines
622 B
Ruby
Raw Normal View History

2014-10-30 02:29:01 +08:00
cask :v1 => 'onlabs' do
2014-11-22 16:51:20 +08:00
version '0.1.9'
sha256 '4fa575158f80d60f40826fab0b77217cc343ca0fc4af5e7840c606a4f4bd97c5'
2014-10-30 02:29:01 +08:00
url "https://github.com/lalyos/onlabs/releases/download/v#{version}/onlabs_darwin_amd64"
2015-03-15 19:54:01 +08:00
appcast 'https://github.com/lalyos/onlabs/releases.atom'
2015-01-12 03:45:34 +08:00
name 'onlabs'
2014-10-30 02:29:01 +08:00
homepage 'https://github.com/lalyos/onlabs'
2014-12-21 00:11:02 +08:00
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-10-30 02:29:01 +08:00
container :type => :naked
binary 'onlabs_darwin_amd64', :target => 'onlabs'
2015-01-12 03:45:34 +08:00
2014-10-30 02:29:01 +08:00
postflight do
system '/bin/chmod', '755', "#{staged_path}/onlabs_darwin_amd64"
end
end