screenfetch 3.5.0

master
William Woodruff 2014-06-29 23:49:42 -04:00 committed by Mike McQuaid
parent f0b137bfd0
commit da589d0da2
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,9 @@
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"
homepage "https://github.com/KittyKatt/screenFetch"
url "https://github.com/KittyKatt/screenFetch/archive/v3.5.0.tar.gz"
sha1 "01d108da5de053b518c1cc49d6e6cc6b9837a59a"
head 'git://git.silverirc.com/screenfetch.git', :shallow => false
bottle do
@ -15,6 +15,7 @@ class Screenfetch < Formula
def install
bin.install "screenfetch-dev" => "screenfetch"
man1.install "screenfetch.1"
end
test do