homebrew-cask/Casks/streamtools.rb

17 lines
625 B
Ruby
Raw Normal View History

2014-11-14 01:27:03 +08:00
cask :v1 => 'streamtools' do
version '0.2.8'
if Hardware::CPU.is_32_bit?
2014-08-18 11:18:15 +08:00
sha256 'de5763ffcd6689d2157ab115e1a3d8a34e85e1e4de7b186f7f5079fe01a5f004'
url "https://github.com/nytlabs/streamtools/releases/download/#{version}/st_darwin_386-#{version}.tar.gz"
binary "st_darwin_386-#{version}/st"
else
2014-08-18 11:18:15 +08:00
sha256 '5ca21f4c4c2091c96c508bb277cb5c022f18a8cd3c53abb1ceb11ca0f6454309'
url "https://github.com/nytlabs/streamtools/releases/download/#{version}/st_darwin_amd64-#{version}.tar.gz"
binary "st_darwin_amd64-#{version}/st"
2014-04-16 00:01:54 +08:00
end
2014-04-16 00:01:54 +08:00
homepage 'https://github.com/nytlabs/streamtools'
2014-10-01 23:34:00 +08:00
license :oss
2014-04-16 00:01:54 +08:00
end