diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/screenfetch.rb | 15 |
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 |
