A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/c/cypher-shell.rb below:

class CypherShell < Formula desc "Command-line shell where you can execute Cypher against Neo4j" homepage "https://neo4j.com" url "https://dist.neo4j.org/cypher-shell/cypher-shell-2025.07.1.zip" sha256 "cf05fb00f54295842c89118d5ca8feebfa6c0c50d52306a56f37f898b5f2e291" license "GPL-3.0-only" version_scheme 1 livecheck do url "https://neo4j.com/deployment-center/" regex(/href=.*?cypher-shell[._-]v?(\d+(?:\.\d+)+)\.zip/i) end bottle do sha256 cellar: :any_skip_relocation, all: "b87fe983f67cb23695309504c65bcb7953f9a709f6b2343d809cbfa19b014f2b" end depends_on "openjdk@21" def install libexec.install Dir["*"] (bin/"cypher-shell").write_env_script libexec/"bin/cypher-shell", Language::Java.overridable_java_home_env("21") end test do refute_match "unsupported version of the Java runtime", shell_output("#{bin}/cypher-shell -h 2>&1", 1) # The connection will fail and print the name of the host assert_match "doesntexist", shell_output("#{bin}/cypher-shell -a bolt://doesntexist 2>&1", 1) end end

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4