aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/screenfetch.rb
diff options
context:
space:
mode:
authorMechazawa2014-03-17 15:12:32 +0100
committerMike McQuaid2014-03-18 11:16:26 +0000
commiteb65fb751c19820ff7176aa422aada0dc35f5407 (patch)
treead51485ba2142fcdec48a9c80b1db88f73e9cb2e /Library/Formula/screenfetch.rb
parent89c7427574c294e91b4a6bb58ba3ffac5f78cd70 (diff)
downloadhomebrew-eb65fb751c19820ff7176aa422aada0dc35f5407.tar.bz2
screenfetch 3.2.2 (new formula)
Diffstat (limited to 'Library/Formula/screenfetch.rb')
-rw-r--r--Library/Formula/screenfetch.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/screenfetch.rb b/Library/Formula/screenfetch.rb
new file mode 100644
index 000000000..0f6aede97
--- /dev/null
+++ b/Library/Formula/screenfetch.rb
@@ -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