neofetch 3.3.0
Closes #18052. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
c6fe6e75e0
commit
7c3fbd7a46
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Neofetch < Formula
|
||||
desc "Fast, highly customisable system info script"
|
||||
homepage "https://github.com/dylanaraps/neofetch"
|
||||
url "https://github.com/dylanaraps/neofetch/archive/3.2.0.tar.gz"
|
||||
sha256 "6aecd51c165a36692b4f6481b3071ab936aafc3fccffabbbfda140567f16431d"
|
||||
url "https://github.com/dylanaraps/neofetch/archive/3.3.0.tar.gz"
|
||||
sha256 "4808e76bd81da3602cb5be7e01dfed8223b1109e2792755dd0d54126014ee696"
|
||||
head "https://github.com/dylanaraps/neofetch.git"
|
||||
|
||||
bottle do
|
||||
|
@ -17,7 +17,6 @@ class Neofetch < Formula
|
|||
depends_on "imagemagick" => :recommended
|
||||
|
||||
def install
|
||||
inreplace "Makefile", "$(DESTDIR)/etc", "$(DESTDIR)$(SYSCONFDIR)"
|
||||
system "make", "install", "PREFIX=#{prefix}", "SYSCONFDIR=#{etc}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue