mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
Homebrew already has formulas for mkvtoolnix but it builds app from sources which include 4 extra depedencies. I had a problem with building process on my machine so I decided to create cask and use binary files build by Jonathan Buschmann.
7 lines
256 B
Ruby
7 lines
256 B
Ruby
class Mkvtoolnix < Cask
|
|
url 'http://jonthn.free.fr/MKVtoolnix/Mkvtoolnix-6.2.0_2013-04-28-b48f.dmg'
|
|
homepage 'http://www.bunkus.org/videotools/mkvtoolnix/'
|
|
version '6.2.0'
|
|
sha1 'f1935342f4d78ad4194099c8bbe340894bc015c2'
|
|
link 'Mkvtoolnix.app'
|
|
end
|