Created
December 17, 2014 11:59
-
-
Save bastibeckr/5d2970ddc9674e1c81e1 to your computer and use it in GitHub Desktop.
bmdtools reiner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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