screenfetch 3.2.2 (new formula)

master
Mechazawa 2014-03-17 15:12:32 +01:00 committed by Mike McQuaid
parent 873984939f
commit 7d5c27878c
1 changed files with 15 additions and 0 deletions

15
Formula/screenfetch.rb Normal file
View File

@ -0,0 +1,15 @@
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