From 1d57d90a80becb0c95c2a3c122800d366a8ea691 Mon Sep 17 00:00:00 2001 From: Justin Downing Date: Tue, 11 Feb 2014 12:34:05 -0500 Subject: ht 1.0 (new formula) Closes #26628. Signed-off-by: Mike McQuaid --- Library/Formula/hr.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/hr.rb (limited to 'Library/Formula') diff --git a/Library/Formula/hr.rb b/Library/Formula/hr.rb new file mode 100644 index 000000000..a648df357 --- /dev/null +++ b/Library/Formula/hr.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Hr < Formula + homepage 'https://github.com/LuRsT/hr' + url 'https://github.com/LuRsT/hr/archive/1.0.tar.gz' + sha1 '64abbc75d4e6cedd8ea4e15396e473298fc5240b' + + head 'https://github.com/LuRsT/hr', :branch => 'master' + + def install + bin.install 'hr' + end + + test do + system "#{bin}/hr", "-#-" + end +end -- cgit v1.2.3