From eb65fb751c19820ff7176aa422aada0dc35f5407 Mon Sep 17 00:00:00 2001 From: Mechazawa Date: Mon, 17 Mar 2014 15:12:32 +0100 Subject: screenfetch 3.2.2 (new formula) --- Library/Formula/screenfetch.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/screenfetch.rb (limited to 'Library/Formula/screenfetch.rb') 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 -- cgit v1.2.3