Commit fcbfaab2 authored by Ed Reel's avatar Ed Reel

Add ffmpeg package

parent 3995b637
require 'package'
class Ffmpeg < Package
version '3.3'
source_url 'https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz'
source_sha1 '93e395ea0a65e25ecf839c5937b9856d49677efe'
def self.install
system "mkdir -p #{CREW_DEST_DIR}/usr/local/bin"
system "cp ffmpeg #{CREW_DEST_DIR}/usr/local/bin"
system "cp ffprobe #{CREW_DEST_DIR}/usr/local/bin"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment