diff options
| author | pmeinhardt | 2014-04-02 23:31:40 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-06 17:43:18 +0100 |
| commit | fd69cb0ae8ec8c3410e4b848a53073499fffc0d5 (patch) | |
| tree | e9d8d5db1d0815a60c4dd4cbc23ec7d608941a6d /Library | |
| parent | e43f522ab4c033ae0d8e44ab1bb33af8dbf22d0d (diff) | |
| download | homebrew-fd69cb0ae8ec8c3410e4b848a53073499fffc0d5.tar.bz2 | |
libvidstab 0.98 (new formula)
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libvidstab.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/libvidstab.rb b/Library/Formula/libvidstab.rb new file mode 100644 index 000000000..e8784dca3 --- /dev/null +++ b/Library/Formula/libvidstab.rb @@ -0,0 +1,14 @@ +require "formula" + +class Libvidstab < Formula + homepage "http://public.hronopik.de/vid.stab/" + url "https://github.com/georgmartius/vid.stab/archive/release-0.98b.tar.gz" + sha1 "1030a1baa9b2cba844758a6cd8dd5d5fc23f9cd9" + + depends_on "cmake" => :build + + def install + system "cmake", ".", *std_cmake_args + system "make", "install" + end +end |
