lolcode: style cleanup
This commit is contained in:
parent
32e63292cf
commit
ea64672bbd
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,12 @@
|
|||
class Lolcode < Formula
|
||||
desc "An esoteric programming language"
|
||||
desc "Esoteric programming language"
|
||||
homepage "http://lolcode.org"
|
||||
# NOTE: 0.10.* releases are stable, 0.11.* is dev. We moved over to
|
||||
# 0.11.x accidentally, should move back to stable when possible.
|
||||
url "https://github.com/justinmeza/lci/archive/v0.11.2.tar.gz"
|
||||
sha256 "cb1065936d3a7463928dcddfc345a8d7d8602678394efc0e54981f9dd98c27d2"
|
||||
head "https://github.com/justinmeza/lolcode.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "74920cea828644c7ad0fe3b12ee5c9a4c06a46ec37c2826280327e37e30f5513" => :el_capitan
|
||||
|
@ -11,9 +15,6 @@ class Lolcode < Formula
|
|||
sha256 "28fb518f1ae0311dcd2c77529a8bf8450b6e0947d95db6a243598f08a335a683" => :mountain_lion
|
||||
end
|
||||
|
||||
# note: 0.10.* releases are stable versions, 0.11.* are dev ones
|
||||
url "https://github.com/justinmeza/lci/archive/v0.11.2.tar.gz"
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
conflicts_with "lci", :because => "both install `lci` binaries"
|
||||
|
@ -33,7 +34,6 @@ class Lolcode < Formula
|
|||
VISIBLE "HAI WORLD"
|
||||
KTHXBYE
|
||||
EOS
|
||||
|
||||
assert_equal "HAI WORLD\n", shell_output("#{bin}/lci #{path}")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue