homebrew-core/Formula/screenfetch.rb

16 lines
378 B
Ruby
Raw Normal View History

2014-03-17 14:12:32 +00:00
require "formula"
class Screenfetch < Formula
homepage "http://git.silverirc.com/cgit.cgi/screenfetch.git"
url "http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/screenfetch-3.2.2.tar.bz2"
sha1 "29ec0d68b2799a946dc75b390d96e5f1b2bb8aaf"
def install
bin.install "screenfetch-dev" => "screenfetch"
end
test do
system "#{bin}/screenfetch"
end
end