mkvdts2ac3 1.6.0
Closes: https://github.com/JakeWharton/mkvdts2ac3/issues/72 Signed-off-by: Deniz Türkoglu <turkoglu.deniz@gmail.com> Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0d0e2eb137
commit
8628dd520d
1 changed files with 14 additions and 0 deletions
14
Formula/mkvdts2ac3.rb
Normal file
14
Formula/mkvdts2ac3.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Mkvdts2ac3 < Formula
|
||||
homepage 'https://github.com/JakeWharton/mkvdts2ac3'
|
||||
url 'https://github.com/JakeWharton/mkvdts2ac3/archive/1.6.0.tar.gz'
|
||||
sha1 'e427eb6875d935dc228c42e99c3cd19c7ceaa322'
|
||||
|
||||
depends_on 'mkvtoolnix'
|
||||
depends_on 'ffmpeg'
|
||||
|
||||
def install
|
||||
bin.install "mkvdts2ac3.sh" => "mkvdts2ac3"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue