globe 0.0.20140814 (new formula)
globe shows an ASCII graphic of the currently-lighted face of the Earth, similar to phoon Closes Homebrew/homebrew#41549. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>master
parent
df03cfd0a2
commit
b343deb34a
|
@ -0,0 +1,18 @@
|
|||
class Globe < Formula
|
||||
desc "Prints ASCII graphic of currently-lit side of the Earth"
|
||||
homepage "http://www.acme.com/software/globe/"
|
||||
url "http://www.acme.com/software/globe/globe_14Aug2014.tar.gz"
|
||||
version "0.0.20140814"
|
||||
sha256 "5507a4caaf3e3318fd895ab1f8edfa5887c9f64547cad70cff3249350caa6c86"
|
||||
|
||||
def install
|
||||
bin.mkpath
|
||||
man1.mkpath
|
||||
|
||||
system "make", "all", "install", "BINDIR=#{bin}", "MANDIR=#{man1}"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/globe"
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue