homebrew-cask/Casks/bitkeeper.rb

13 lines
348 B
Ruby
Raw Normal View History

cask 'bitkeeper' do
2016-05-26 16:44:19 +08:00
version '7.2.1ce'
sha256 'ddc161d433ec963f35aca3619211bd3d0a02629ce697b02c954a6a002453a7d6'
2016-05-26 16:44:19 +08:00
url "https://www.bitkeeper.org/downloads/#{version}/bk-#{version}-x86_64-macosx.pkg"
name 'BitKeeper'
homepage 'https://www.bitkeeper.org'
2016-05-26 16:44:19 +08:00
pkg "bk-#{version}-x86_64-macosx.pkg"
uninstall pkgutil: 'com.bitkeeper.bk'
end