forked from metacall/homebrew
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix shasum mismatch * Update metacall.rb * Update metacall.rb * Update metacall.rb * Delete backtrace.txt * Update metacall.rb --------- Co-authored-by: Vicente Eduardo Ferrer Garcia <[email protected]>
- Loading branch information
1 parent
f91d1a4
commit d4b8f72
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ class Metacall < Formula | |
desc "Ultimate polyglot programming experience" | ||
homepage "https://metacall.io" | ||
url "https://github.com/metacall/core/archive/refs/tags/v0.7.7.tar.gz" | ||
sha256 "e453db3a17912569fa2e93e36566724adb34ddae" | ||
sha256 "28a0e198c3d7583280191ebc94d9377d96b89b6df2cd3e4a233921696a483853" | ||
license "Apache-2.0" | ||
head "https://github.com/metacall/core.git", branch: "develop" | ||
|
||
depends_on "cmake" => :build | ||
depends_on "node@14" | ||
depends_on "openjdk" | ||
depends_on "[email protected]" | ||
uses_from_macos "ruby" | ||
depends_on "ruby" | ||
|
||
def python | ||
deps.map(&:to_formula) | ||
|
@@ -56,6 +56,7 @@ def install | |
-DOPTION_BUILD_PORTS=ON | ||
-DOPTION_BUILD_PORTS_PY=ON | ||
-DOPTION_BUILD_PORTS_NODE=ON | ||
-DOPTION_BUILD_PLUGINS_BACKTRACE=ON | ||
-DPython3_VERSION=#{py3ver} | ||
-DPython3_ROOT_DIR=#{py3rootdir} | ||
-DPython3_EXECUTABLE=#{python_executable} | ||
|