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:
parent
a7b2327e24
commit
dd33ca23ad
1 changed files with 15 additions and 0 deletions
15
Formula/neofetch.rb
Normal file
15
Formula/neofetch.rb
Normal 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
|
Loading…
Reference in a new issue