aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/git-latexdiff.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/git-latexdiff.rb b/Library/Formula/git-latexdiff.rb
new file mode 100644
index 000000000..a0bf1965a
--- /dev/null
+++ b/Library/Formula/git-latexdiff.rb
@@ -0,0 +1,14 @@
+require "formula"
+
+class GitLatexdiff < Formula
+ homepage "https://gitorious.org/git-latexdiff"
+ url "git://gitorious.org/git-latexdiff/git-latexdiff.git", :tag => "v1.0.0"
+
+ def install
+ bin.install "git-latexdiff"
+ end
+
+ test do
+ system "git", "latexdiff", "-h"
+ end
+end