hyperspec: test added
Closes Homebrew/homebrew#37973. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>master
parent
ac11945aff
commit
62d5ecb980
|
@ -1,13 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Hyperspec < Formula
|
||||
homepage 'http://www.lispworks.com/documentation/common-lisp.html'
|
||||
url 'ftp://ftp.lispworks.com/pub/software_tools/reference/HyperSpec-7-0.tar.gz'
|
||||
version '7.0'
|
||||
sha1 '7c89db8a930b7bd1fd204a458a5dd05d7d46ab81'
|
||||
homepage "http://www.lispworks.com/documentation/common-lisp.html"
|
||||
url "ftp://ftp.lispworks.com/pub/software_tools/reference/HyperSpec-7-0.tar.gz"
|
||||
version "7.0"
|
||||
sha256 "1ac1666a9dc697dbd8881262cad4371bcd2e9843108b643e2ea93472ba85d7c3"
|
||||
|
||||
def install
|
||||
doc.install Dir['*']
|
||||
doc.install Dir["*"]
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
@ -25,4 +23,8 @@ class Hyperspec < Formula
|
|||
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
assert (doc/"HyperSpec-README.text").exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue