homebrew-core/Formula/screenfetch.rb
EricFromCanada d1cb076477 screenfetch 3.9.1
Closes #46736.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-11-14 10:16:45 +01:00

18 lines
542 B
Ruby

class Screenfetch < Formula
desc "Generate ASCII art with terminal, shell, and OS info"
homepage "https://github.com/KittyKatt/screenFetch"
url "https://github.com/KittyKatt/screenFetch/archive/v3.9.1.tar.gz"
sha256 "aa97dcd2a8576ae18de6c16c19744aae1573a3da7541af4b98a91930a30a3178"
head "https://github.com/KittyKatt/screenFetch.git", :shallow => false
bottle :unneeded
def install
bin.install "screenfetch-dev" => "screenfetch"
man1.install "screenfetch.1"
end
test do
system "#{bin}/screenfetch"
end
end