Skip to content

Commit

Permalink
neofetch 1.4 (new formula)
Browse files Browse the repository at this point in the history
added neofetch script, a fast, highly customisable system info script from @dylanaraps

Closes Homebrew/legacy-homebrew#49909.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
Andrew Titmuss authored and xu-cheng committed Mar 11, 2016
1 parent a7b2327 commit dd33ca2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Formula/neofetch.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
class Neofetch < Formula
desc "fast, highly customisable system info script"
homepage "https://github.com/dylanaraps/neofetch"
url "https://github.com/dylanaraps/neofetch/archive/1.4.tar.gz"
sha256 "b0bda1ac5c3fa4357c6c2157767bcbf08d0e231e3d5e15c4408490f1c3175756"
head "https://github.com/dylanaraps/neofetch.git"

def install
system "make", "install", "PREFIX=#{prefix}"
end

test do
system "#{bin}/neofetch"
end
end

0 comments on commit dd33ca2

Please sign in to comment.