homebrew-cask/Casks/biicode.rb

15 lines
455 B
Ruby
Raw Normal View History

2014-11-14 01:25:28 +08:00
cask :v1 => 'biicode' do
version '3.2'
sha256 'b6053999d893f27474fa0e8aa2a57052c0262073566fa75589bdaff9ef961d49'
# amazonaws is the official download host per the vendor homepage
url "https://s3.amazonaws.com/biibinaries/release/#{version}/bii-macos-64_#{version.gsub('.', '_')}.pkg"
2015-01-10 05:15:29 +08:00
name 'Biicode'
homepage 'http://www.biicode.com'
license :closed
pkg "bii-macos-64_#{version.gsub('.', '_')}.pkg"
2014-11-22 22:12:37 +08:00
uninstall :pkgutil => 'biicode'
end