Skip to content

Commit

Permalink
shunit2 2.1.6
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#23786.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
marcosdsanchez authored and adamv committed Nov 1, 2013
1 parent ddcbf30 commit 58313a5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Formula/shunit2.rb
@@ -0,0 +1,15 @@
require 'formula'

class Shunit2 < Formula
homepage 'https://code.google.com/p/shunit2/'
url 'https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz'
sha1 '9cd0e1834b221c378c2f8a6f0baf10410e53680f'

def install
bin.install 'src/shunit2'
end

test do
system "#{bin}/shunit2"
end
end

0 comments on commit 58313a5

Please sign in to comment.