Skip to content

Instantly share code, notes, and snippets.

@bastibeckr
Created December 17, 2014 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bastibeckr/5d2970ddc9674e1c81e1 to your computer and use it in GitHub Desktop.
Save bastibeckr/5d2970ddc9674e1c81e1 to your computer and use it in GitHub Desktop.
bmdtools reiner
# based on https://github.com/amiaopensource/homebrew-amiaos
require 'formula'
class Bmdtools < Formula
env :std
depends_on 'ffmpeg' => 'with-tools'
depends_on 'amiaopensource/amiaos/bmdtools' => :build
def install
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment