ht 1.0 (new formula)

Closes Homebrew/homebrew#26628.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Justin Downing 2014-02-11 12:34:05 -05:00 committed by Mike McQuaid
parent f8ffa72a2f
commit acb1622413
1 changed files with 17 additions and 0 deletions

17
Formula/hr.rb Normal file
View File

@ -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