Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
icdiff 1.1.2 (new formula)
Browse files Browse the repository at this point in the history
Closes #34758.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
timothyandrew authored and MikeMcQuaid committed Dec 8, 2014
1 parent b8ae6cf commit e7a2430
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Library/Formula/icdiff.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
require "formula"
require "tempfile"

class Icdiff < Formula
homepage "https://github.com/jeffkaufman/icdiff"
url "https://github.com/jeffkaufman/icdiff/archive/release-1.1.2.tar.gz"
sha1 "89cfb79237a59ed33c55fb020965f7c94e7510bc"
version "1.1.2"

def install
bin.install "icdiff", "git-icdiff"
end

test do
system "#{bin}/icdiff", Tempfile.new('ic-diff').path, Tempfile.new('ic-diff').path
system "git", "init"
system "#{bin}/git-icdiff"
end
end

0 comments on commit e7a2430

Please sign in to comment.