homebrew-core/Formula/hr.rb
2015-10-23 19:16:29 +08:00

18 lines
407 B
Ruby

class Hr < Formula
desc "<hr />, for your terminal window"
homepage "https://github.com/LuRsT/hr"
url "https://github.com/LuRsT/hr/archive/1.1.tar.gz"
sha256 "1aa26d670a55da3a97730c89fe5fa6ae690e20d5aa8e56e07802afc75c974442"
head "https://github.com/LuRsT/hr"
bottle :unneeded
def install
bin.install "hr"
man1.install "hr.1"
end
test do
system "#{bin}/hr", "-#-"
end
end