class Libvidstab < Formula desc "Transcode video stabilization plugin" homepage "http://public.hronopik.de/vid.stab/" url "https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz" sha256 "14d2a053e56edad4f397be0cb3ef8eb1ec3150404ce99a426c4eb641861dc0bb" bottle do cellar :any sha256 "2d23e6352bda6577251800282d57be5520df2493a01a48d0f5716e1e1e95a465" => :high_sierra sha256 "5ff2357b04a9bb854b9a09d3b6974f7c665e032948a95981357bf62b857a4099" => :sierra sha256 "e3ed904feb361f98bc78ee3211ab6a13a4913f56e09213fecfb73f305c95dc45" => :el_capitan sha256 "f12257af2bbd99c395152638cb8a76e654a838072c55cb7a1cc25bacef632cc8" => :yosemite end depends_on "cmake" => :build def install system "cmake", ".", "-DUSE_OMP=OFF", *std_cmake_args system "make", "install" end end