Skip to content

Commit

Permalink
Merge pull request #178968 from branchvincent/std_npm_args-c
Browse files Browse the repository at this point in the history
c*: use `std_npm_args`
  • Loading branch information
BrewTestBot committed Jul 31, 2024
2 parents eaa9dc3 + 31e0342 commit 84932c7
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 88 deletions.
19 changes: 9 additions & 10 deletions Formula/c/cdk8s.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Cdk8s < Formula
desc "Define k8s native apps and abstractions using object-oriented programming"
homepage "https://cdk8s.io/"
Expand All @@ -8,19 +6,20 @@ class Cdk8s < Formula
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ae78073b90cd6875886dfcf8155b80ab865068cdfce32e0e96a234ecf292463"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ae78073b90cd6875886dfcf8155b80ab865068cdfce32e0e96a234ecf292463"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1ae78073b90cd6875886dfcf8155b80ab865068cdfce32e0e96a234ecf292463"
sha256 cellar: :any_skip_relocation, sonoma: "abca0122f464bb6bb07d851030f235cf6e74ff0d105a372ccb7e4d99b38af4a3"
sha256 cellar: :any_skip_relocation, ventura: "abca0122f464bb6bb07d851030f235cf6e74ff0d105a372ccb7e4d99b38af4a3"
sha256 cellar: :any_skip_relocation, monterey: "abca0122f464bb6bb07d851030f235cf6e74ff0d105a372ccb7e4d99b38af4a3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6826ec421eae6850dd2dd345fa80847def9f6a0226e2c2a8bbdb4f7caecb9de6"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "37ab0cf70c4ca637755a34339937ace37c803181ecaeaa50d6553e3103786e1c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "37ab0cf70c4ca637755a34339937ace37c803181ecaeaa50d6553e3103786e1c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "37ab0cf70c4ca637755a34339937ace37c803181ecaeaa50d6553e3103786e1c"
sha256 cellar: :any_skip_relocation, sonoma: "1379e34b1d87dc11f681bd8dac0dc2ff06d28bb8a393edd771867ef409e2436f"
sha256 cellar: :any_skip_relocation, ventura: "1379e34b1d87dc11f681bd8dac0dc2ff06d28bb8a393edd771867ef409e2436f"
sha256 cellar: :any_skip_relocation, monterey: "1379e34b1d87dc11f681bd8dac0dc2ff06d28bb8a393edd771867ef409e2436f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d870a2fcaf9d95a7feb529f32c3a2dff379b72b81b722100a1aa10fbcca81cb6"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/c/cdxgen.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Cdxgen < Formula
desc "Creates CycloneDX Software Bill-of-Materials (SBOM) for projects"
homepage "https://github.com/CycloneDX/cdxgen"
Expand All @@ -8,19 +6,20 @@ class Cdxgen < Formula
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea55a3dff62b2408ef9a4d2369dd9c613556e349494ea71c543215f8deecfb32"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2d766532db68939420ec16c51be2ffa6599c8b8cce14b6893083fb19bc2460b1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ffd6b165755938bd93c9ea4658ecc6704bdbbf312861e59233a9721adf0e09ea"
sha256 cellar: :any_skip_relocation, sonoma: "07c5528f2fc7a064dfba843c3178ac10452aa63c90a1ff9773fe4b5986944dd1"
sha256 cellar: :any_skip_relocation, ventura: "3148db3267d60d10057b7d6be0a6e1a6f8abf57dba8133fa9359e6786bd1b830"
sha256 cellar: :any_skip_relocation, monterey: "ef3eb8c8fd5136bd857ffd23a93e39517082befebccd3d9d1755cbf41965a2bf"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d6ce20725f2804508fe7d1de0bae67f9e9201a5fa4aad0a2500af741f0760dce"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd4d58b900745a026d4c56235b1098df82ac5526c240deebd2bca1948e9e1c91"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1200be9b8b6a95d73bc1f17c2e06a8f0a7ab4eaa8e391cfe1817879afc963543"
sha256 cellar: :any_skip_relocation, arm64_monterey: "47685083e548db74c2ada4d420412752dac0ca2efc9b85907c60df9d8fe88469"
sha256 cellar: :any_skip_relocation, sonoma: "4d22c758a1fd4b37fbbe6fa5bad00cd1d0b9ab7c6f6dd005ea1a58a0f4ed4fcb"
sha256 cellar: :any_skip_relocation, ventura: "e61bb5e1c43f9cbb0aaf460ff33710d22ac98b8dbd6f187359759625b8eea755"
sha256 cellar: :any_skip_relocation, monterey: "db9cf65243698779468a8ff953f5ffcfeec2e96dc5534e447c89cb44dad7b2ea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "536a0ea0536208010e8d06cea42c4d7911b6d98fe9d91afb31f63c16df722a7b"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Remove incompatible pre-built binaries
Expand Down
13 changes: 9 additions & 4 deletions Formula/c/chalk-cli.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class ChalkCli < Formula
desc "Terminal string styling done right"
homepage "https://github.com/chalk/chalk-cli"
Expand All @@ -8,13 +6,20 @@ class ChalkCli < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "36202571cae4f3cf1dfdf4b03739e501beef3c46ec3dc76a1df41f831ebcd0aa"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6dd72ec4c56bdaf68b01d37300b2535c23b69a539ab796d27136640ac072f6b5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6dd72ec4c56bdaf68b01d37300b2535c23b69a539ab796d27136640ac072f6b5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6dd72ec4c56bdaf68b01d37300b2535c23b69a539ab796d27136640ac072f6b5"
sha256 cellar: :any_skip_relocation, sonoma: "6dd72ec4c56bdaf68b01d37300b2535c23b69a539ab796d27136640ac072f6b5"
sha256 cellar: :any_skip_relocation, ventura: "6dd72ec4c56bdaf68b01d37300b2535c23b69a539ab796d27136640ac072f6b5"
sha256 cellar: :any_skip_relocation, monterey: "6dd72ec4c56bdaf68b01d37300b2535c23b69a539ab796d27136640ac072f6b5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ea570e06f25667aeceac64b1434ddc5bafdc21ecd5147ba46fd102b3a7ee9498"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
13 changes: 9 additions & 4 deletions Formula/c/coffeescript.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Coffeescript < Formula
desc "Unfancy JavaScript"
homepage "https://coffeescript.org/"
Expand All @@ -9,15 +7,22 @@ class Coffeescript < Formula
head "https://github.com/jashkenas/coffeescript.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, all: "ca7fa9078c1169f542f4b95ed89dfacbc69b02f50345c03656763f801ffc9cb3"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e07f15b72bb3182536806a3ca9449a40fa7957d6501c5f7c20e38a5bc96c219"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8e07f15b72bb3182536806a3ca9449a40fa7957d6501c5f7c20e38a5bc96c219"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8e07f15b72bb3182536806a3ca9449a40fa7957d6501c5f7c20e38a5bc96c219"
sha256 cellar: :any_skip_relocation, sonoma: "8e07f15b72bb3182536806a3ca9449a40fa7957d6501c5f7c20e38a5bc96c219"
sha256 cellar: :any_skip_relocation, ventura: "8e07f15b72bb3182536806a3ca9449a40fa7957d6501c5f7c20e38a5bc96c219"
sha256 cellar: :any_skip_relocation, monterey: "8e07f15b72bb3182536806a3ca9449a40fa7957d6501c5f7c20e38a5bc96c219"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7454fcd2bd55ba72481506195de985a7ad153ab63cd8f41e1204e69a81467253"
end

depends_on "node"

conflicts_with "cake", because: "both install `cake` binaries"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/c/commitlint.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Commitlint < Formula
desc "Lint commit messages according to a commit convention"
homepage "https://commitlint.js.org/#/"
Expand All @@ -9,19 +7,20 @@ class Commitlint < Formula
head "https://github.com/conventional-changelog/commitlint.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "15b7edcb85f4caf7a8e444dfd891017ac20e2f94189f593e9fb6403a08eb9860"
sha256 cellar: :any_skip_relocation, arm64_ventura: "15b7edcb85f4caf7a8e444dfd891017ac20e2f94189f593e9fb6403a08eb9860"
sha256 cellar: :any_skip_relocation, arm64_monterey: "15b7edcb85f4caf7a8e444dfd891017ac20e2f94189f593e9fb6403a08eb9860"
sha256 cellar: :any_skip_relocation, sonoma: "6c53449fe9728ea230148d33d5438b48c7c3054f6576aa0f14f0e2f617a41741"
sha256 cellar: :any_skip_relocation, ventura: "6c53449fe9728ea230148d33d5438b48c7c3054f6576aa0f14f0e2f617a41741"
sha256 cellar: :any_skip_relocation, monterey: "6c53449fe9728ea230148d33d5438b48c7c3054f6576aa0f14f0e2f617a41741"
sha256 cellar: :any_skip_relocation, x86_64_linux: "15b7edcb85f4caf7a8e444dfd891017ac20e2f94189f593e9fb6403a08eb9860"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "835bb470798abd5172a8ae23a1b7b2ddf39b0897606846f44813b1abf617a206"
sha256 cellar: :any_skip_relocation, arm64_ventura: "835bb470798abd5172a8ae23a1b7b2ddf39b0897606846f44813b1abf617a206"
sha256 cellar: :any_skip_relocation, arm64_monterey: "835bb470798abd5172a8ae23a1b7b2ddf39b0897606846f44813b1abf617a206"
sha256 cellar: :any_skip_relocation, sonoma: "c0a9903caf955420e1ed47ab5fd01a54dec1db45460fb20b9bc2282a1fd4b8e6"
sha256 cellar: :any_skip_relocation, ventura: "c0a9903caf955420e1ed47ab5fd01a54dec1db45460fb20b9bc2282a1fd4b8e6"
sha256 cellar: :any_skip_relocation, monterey: "c0a9903caf955420e1ed47ab5fd01a54dec1db45460fb20b9bc2282a1fd4b8e6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a91a1e8ad08df01e00e0b2a841f6d17090d5306c3da1dc39358826d08142e6dc"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/c/contentful-cli.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class ContentfulCli < Formula
desc "Contentful command-line tools"
homepage "https://github.com/contentful/contentful-cli"
Expand All @@ -9,19 +7,20 @@ class ContentfulCli < Formula
head "https://github.com/contentful/contentful-cli.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0df0be8cf868331c49d56dfc7abb5a4addff00fcae0e2360b8015611cda58d6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a0df0be8cf868331c49d56dfc7abb5a4addff00fcae0e2360b8015611cda58d6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a0df0be8cf868331c49d56dfc7abb5a4addff00fcae0e2360b8015611cda58d6"
sha256 cellar: :any_skip_relocation, sonoma: "c4952a10b381a4352212247893f8c32b8a26842df875a12792f666f6e8557cd3"
sha256 cellar: :any_skip_relocation, ventura: "c4952a10b381a4352212247893f8c32b8a26842df875a12792f666f6e8557cd3"
sha256 cellar: :any_skip_relocation, monterey: "c4952a10b381a4352212247893f8c32b8a26842df875a12792f666f6e8557cd3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "70109e3187f2db0f0753ac9fa52aec12948b842544391ac8dec4cec4b88f629c"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "177216e49adbd52e55ad3923c09c5329025e311014c2483557262ce083812b7b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "177216e49adbd52e55ad3923c09c5329025e311014c2483557262ce083812b7b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "177216e49adbd52e55ad3923c09c5329025e311014c2483557262ce083812b7b"
sha256 cellar: :any_skip_relocation, sonoma: "8c750b3bd304310b5af1aa4cf98af9554c62929a0f218bfd41246a0aa1fa7d08"
sha256 cellar: :any_skip_relocation, ventura: "8c750b3bd304310b5af1aa4cf98af9554c62929a0f218bfd41246a0aa1fa7d08"
sha256 cellar: :any_skip_relocation, monterey: "6471f4b92badf80beb23471251dd60c597fdae1c925af862fdbf87ca5d546f64"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a988eec16401dc6cb35774d5548fb4ec33eac3606743ac4a371faab1b01a5685"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/c/corepack.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
class Corepack < Formula
require "language/node"

desc "Package acting as bridge between Node projects and their package managers"
homepage "https://github.com/nodejs/corepack"
url "https://registry.npmjs.org/corepack/-/corepack-0.29.3.tgz"
Expand All @@ -13,13 +11,14 @@ class Corepack < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0b716c6d5870ae96d8babde7ec28d9273d4339484dba225fb61a492afb19405"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e0b716c6d5870ae96d8babde7ec28d9273d4339484dba225fb61a492afb19405"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e0b716c6d5870ae96d8babde7ec28d9273d4339484dba225fb61a492afb19405"
sha256 cellar: :any_skip_relocation, sonoma: "e0b716c6d5870ae96d8babde7ec28d9273d4339484dba225fb61a492afb19405"
sha256 cellar: :any_skip_relocation, ventura: "e0b716c6d5870ae96d8babde7ec28d9273d4339484dba225fb61a492afb19405"
sha256 cellar: :any_skip_relocation, monterey: "e0b716c6d5870ae96d8babde7ec28d9273d4339484dba225fb61a492afb19405"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c47f93a081f5178b14c191f8135acfff177df34e5d69719665315e67e538ea4b"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "02602f24c46d8852d823a87c5e7877f8c8cb1de3cf90a9dcad3716f6d8d36988"
sha256 cellar: :any_skip_relocation, arm64_ventura: "02602f24c46d8852d823a87c5e7877f8c8cb1de3cf90a9dcad3716f6d8d36988"
sha256 cellar: :any_skip_relocation, arm64_monterey: "02602f24c46d8852d823a87c5e7877f8c8cb1de3cf90a9dcad3716f6d8d36988"
sha256 cellar: :any_skip_relocation, sonoma: "02602f24c46d8852d823a87c5e7877f8c8cb1de3cf90a9dcad3716f6d8d36988"
sha256 cellar: :any_skip_relocation, ventura: "02602f24c46d8852d823a87c5e7877f8c8cb1de3cf90a9dcad3716f6d8d36988"
sha256 cellar: :any_skip_relocation, monterey: "02602f24c46d8852d823a87c5e7877f8c8cb1de3cf90a9dcad3716f6d8d36988"
sha256 cellar: :any_skip_relocation, x86_64_linux: "67b27d9b337822a292d6ceb524c40d09ee459455265aec4f8c0221cf5a937db6"
end

depends_on "node"
Expand All @@ -29,7 +28,7 @@ class Corepack < Formula
conflicts_with "pnpm", because: "both install `pnpm` and `pnpx` binaries"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/c/cortexso.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Cortexso < Formula
desc "Drop-in, local AI alternative to the OpenAI stack"
homepage "https://jan.ai/cortex"
Expand All @@ -9,13 +7,14 @@ class Cortexso < Formula
head "https://github.com/janhq/cortex.git", branch: "dev"

bottle do
sha256 arm64_sonoma: "949ddfffd7080fd4784d41336a04f9d5563ce6d36e0603c5afb7c3cceaf82f1a"
sha256 arm64_ventura: "343b1cf9fa6816b06ff85c3baff74c9f97ac667fbcc221e5161fb2608765914b"
sha256 arm64_monterey: "c0d0a6f242e4bb9863fc9bc2df0770996945144b544b71b1dfd33bad388d589a"
sha256 sonoma: "e9374a6c7f5f98fa106a64917bc7d0d266a225f20613d1885215cf4d4723d9b2"
sha256 ventura: "4ce108f4edbdd437d5136e85497ab8e90dd0caf4d491db970c4e3e36512f10a6"
sha256 monterey: "d31c77f913d8af0fc3eeee913b293f63242a5bcad0399d2e8a7e2039bb9308cb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "68a5b223387791ba534e7c06126c8938c62bc898176585d0d27755d575445696"
rebuild 1
sha256 arm64_sonoma: "5a40692000193b98c8274e0f4b6cd366558fc464e91fbc9222af2e16b4238b2b"
sha256 arm64_ventura: "e505143e5417668b3027c83e923871bacbbaf5ac0a86bde0e0b156bfad7e0c36"
sha256 arm64_monterey: "0d30abe3e770dc4596348ba52c39bdeadbc270d61213a563c8f655c694858362"
sha256 sonoma: "33d3271364280efa43bdf39ff61532e4e6f1ec5e1d0a2c3e9c70695cd6f5977f"
sha256 ventura: "9dc575f5fcdb463e7fd8e00159329fe29080b76e3c563de647c90b2affaf9141"
sha256 monterey: "30aa7c29ce75ef1429af1393073d4970a6b101bad2ddc638164e9b22cbb6b54e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f02d924016dcab7dce2faecaac5a77ba04ad4ba20dcac3e0fcc753d248364264"
end

depends_on "node"
Expand All @@ -29,7 +28,7 @@ class Cortexso < Formula
conflicts_with "cortex", because: "both install `cortex` binaries"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]

# Remove incompatible pre-built binaries
Expand Down
19 changes: 9 additions & 10 deletions Formula/c/cubejs-cli.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class CubejsCli < Formula
desc "Cube.js command-line interface"
homepage "https://cube.dev/"
Expand All @@ -8,20 +6,21 @@ class CubejsCli < Formula
license "Apache-2.0"

bottle do
sha256 cellar: :any, arm64_sonoma: "97ddc9eb7215cc91a67e6bc0473f2f59d088be1b75986ca3df9dd0e0d785e996"
sha256 cellar: :any, arm64_ventura: "97ddc9eb7215cc91a67e6bc0473f2f59d088be1b75986ca3df9dd0e0d785e996"
sha256 cellar: :any, arm64_monterey: "97ddc9eb7215cc91a67e6bc0473f2f59d088be1b75986ca3df9dd0e0d785e996"
sha256 cellar: :any, sonoma: "5100bdcb99ad4d58a4e1ca5c49295300af668b8778067f06103a798ad8b13d3a"
sha256 cellar: :any, ventura: "5100bdcb99ad4d58a4e1ca5c49295300af668b8778067f06103a798ad8b13d3a"
sha256 cellar: :any, monterey: "5100bdcb99ad4d58a4e1ca5c49295300af668b8778067f06103a798ad8b13d3a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cba633c629dc33e7b242fb27374fa7eec09320d3f45ad474e5f28fbfc9a9e70d"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "90d2bbd8e38569f864aa54184634d850c1ba3389e91641bfd3a60c7bb07956af"
sha256 cellar: :any, arm64_ventura: "90d2bbd8e38569f864aa54184634d850c1ba3389e91641bfd3a60c7bb07956af"
sha256 cellar: :any, arm64_monterey: "90d2bbd8e38569f864aa54184634d850c1ba3389e91641bfd3a60c7bb07956af"
sha256 cellar: :any, sonoma: "92398885678dad5a5893f718bfc89a54fa9167ab3cff896ab6526efda0c45e07"
sha256 cellar: :any, ventura: "92398885678dad5a5893f718bfc89a54fa9167ab3cff896ab6526efda0c45e07"
sha256 cellar: :any, monterey: "92398885678dad5a5893f718bfc89a54fa9167ab3cff896ab6526efda0c45e07"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c77713ab82287ec90fe4c060bef509ac1a94c76c66564a48ac153aa7c83ae50"
end

depends_on "node"
uses_from_macos "zlib"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
Loading

0 comments on commit 84932c7

Please sign in to comment.