neofetch 1.4 (new formula)

added neofetch script, a fast, highly customisable system info script from @dylanaraps

Closes Homebrew/homebrew#49909.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Andrew Titmuss 2016-03-09 23:24:51 +11:00 committed by Xu Cheng
parent a7b2327e24
commit dd33ca23ad

15
Formula/neofetch.rb Normal file
View file

@ -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