aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hr.rb
diff options
context:
space:
mode:
authorJustin Downing2014-02-11 12:34:05 -0500
committerMike McQuaid2014-02-11 19:48:25 +0000
commit1d57d90a80becb0c95c2a3c122800d366a8ea691 (patch)
treee44e6d9bf00a78b157eb222a97ec352930949b7e /Library/Formula/hr.rb
parent0e7783f7adb82c209f87bed4292d30b51f46f9d5 (diff)
downloadhomebrew-1d57d90a80becb0c95c2a3c122800d366a8ea691.tar.bz2
ht 1.0 (new formula)
Closes #26628. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/hr.rb')
-rw-r--r--Library/Formula/hr.rb17
1 files changed, 17 insertions, 0 deletions
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