Skip to content

Commit

Permalink
Merge pull request #179229 from branchvincent/std_npm_args-p
Browse files Browse the repository at this point in the history
p*: use `std_npm_args`
  • Loading branch information
BrewTestBot committed Aug 1, 2024
2 parents c61a8ec + 3c34635 commit 6e30184
Show file tree
Hide file tree
Showing 10 changed files with 92 additions and 84 deletions.
21 changes: 10 additions & 11 deletions Formula/p/pandemics.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Pandemics < Formula
desc "Converts your markdown document in a simplified framework"
homepage "https://pandemics.gitlab.io"
Expand All @@ -8,13 +6,14 @@ class Pandemics < Formula
license "BSD-3-Clause"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e903551f020b611f22d074a0c0c9d57ecfc474755cd8265c09847e86778f0bd1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e903551f020b611f22d074a0c0c9d57ecfc474755cd8265c09847e86778f0bd1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e903551f020b611f22d074a0c0c9d57ecfc474755cd8265c09847e86778f0bd1"
sha256 cellar: :any_skip_relocation, sonoma: "3f9f657ee8034b2a8f061362e8eb9a74019dc990f54fdb3d75e87c4642857155"
sha256 cellar: :any_skip_relocation, ventura: "3f9f657ee8034b2a8f061362e8eb9a74019dc990f54fdb3d75e87c4642857155"
sha256 cellar: :any_skip_relocation, monterey: "a0e63b2bcee0890cf82a0dcf37eec467dc860dbdc1ec807c24aa4e44f907f725"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e903551f020b611f22d074a0c0c9d57ecfc474755cd8265c09847e86778f0bd1"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba38e44b4f4b7d27ff08bb11cfc4d0ff0c3acc0643748668cdd9cca3e015f365"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ba38e44b4f4b7d27ff08bb11cfc4d0ff0c3acc0643748668cdd9cca3e015f365"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ba38e44b4f4b7d27ff08bb11cfc4d0ff0c3acc0643748668cdd9cca3e015f365"
sha256 cellar: :any_skip_relocation, sonoma: "a759108afc20634004c21dde25897cf10004a275c33706af36f4c6a2e19bbaf0"
sha256 cellar: :any_skip_relocation, ventura: "a759108afc20634004c21dde25897cf10004a275c33706af36f4c6a2e19bbaf0"
sha256 cellar: :any_skip_relocation, monterey: "a759108afc20634004c21dde25897cf10004a275c33706af36f4c6a2e19bbaf0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c286b0bc6887c50d894e25699b0e312a2663b40e5d8c44dbc73501cca334d8e4"
end

depends_on "librsvg"
Expand All @@ -26,9 +25,9 @@ def install
ENV["PANDEMICS_DEPS"]="0"
# npm ignores config and ENV when in global mode so:
# - install without running the package install script
system "npm", "install", "--ignore-scripts", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", "--ignore-scripts", *std_npm_args
# - call install script manually to ensure ENV is respected
system "npm", "run", "--prefix", "#{libexec}/lib/node_modules/pandemics", "install"
system "npm", "run", "--prefix", libexec/"lib/node_modules/pandemics", "install"
bin.install_symlink Dir["#{libexec}/bin/*"]
end

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

class PatchPackage < Formula
desc "Fix broken node modules instantly"
homepage "https://github.com/ds300/patch-package"
Expand All @@ -8,19 +6,20 @@ class PatchPackage < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3755be156502d4299ffa798a6f4600e8c4397c3ae262a9bdd44eeb30f16732d9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3755be156502d4299ffa798a6f4600e8c4397c3ae262a9bdd44eeb30f16732d9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3755be156502d4299ffa798a6f4600e8c4397c3ae262a9bdd44eeb30f16732d9"
sha256 cellar: :any_skip_relocation, sonoma: "aad33f8dbdd1315003bb356498affe9a92a3a75d83d6aa80ce8fdea95b88134d"
sha256 cellar: :any_skip_relocation, ventura: "aad33f8dbdd1315003bb356498affe9a92a3a75d83d6aa80ce8fdea95b88134d"
sha256 cellar: :any_skip_relocation, monterey: "aad33f8dbdd1315003bb356498affe9a92a3a75d83d6aa80ce8fdea95b88134d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3755be156502d4299ffa798a6f4600e8c4397c3ae262a9bdd44eeb30f16732d9"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "431f269a2de6319327359c7fe0ce21b7d10b4dfa92bff4557527987a5efb810e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "431f269a2de6319327359c7fe0ce21b7d10b4dfa92bff4557527987a5efb810e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "431f269a2de6319327359c7fe0ce21b7d10b4dfa92bff4557527987a5efb810e"
sha256 cellar: :any_skip_relocation, sonoma: "c658029b2ce64459dc717ef566600b5cba4d4228c2c0790769782e4868d550b4"
sha256 cellar: :any_skip_relocation, ventura: "c658029b2ce64459dc717ef566600b5cba4d4228c2c0790769782e4868d550b4"
sha256 cellar: :any_skip_relocation, monterey: "c658029b2ce64459dc717ef566600b5cba4d4228c2c0790769782e4868d550b4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ac48440106abcb40eb35ade08df6ce7f0998ee7c6cf895905350ee23ead3944"
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/p/postgraphile.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Postgraphile < Formula
desc "GraphQL schema created by reflection over a PostgreSQL schema"
homepage "https://www.graphile.org/postgraphile/"
Expand All @@ -9,20 +7,21 @@ class Postgraphile < Formula
head "https://github.com/graphile/postgraphile.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "93aa60a1cb7e1f15b1efafc8e26b7e0474aaa6b30900bca94acd506df8ad5d1c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "93aa60a1cb7e1f15b1efafc8e26b7e0474aaa6b30900bca94acd506df8ad5d1c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "93aa60a1cb7e1f15b1efafc8e26b7e0474aaa6b30900bca94acd506df8ad5d1c"
sha256 cellar: :any_skip_relocation, sonoma: "166a675cb3012afad87ba3e40697d8c938f2bbefaa428f8fe2236eb86777b1fd"
sha256 cellar: :any_skip_relocation, ventura: "166a675cb3012afad87ba3e40697d8c938f2bbefaa428f8fe2236eb86777b1fd"
sha256 cellar: :any_skip_relocation, monterey: "166a675cb3012afad87ba3e40697d8c938f2bbefaa428f8fe2236eb86777b1fd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "93aa60a1cb7e1f15b1efafc8e26b7e0474aaa6b30900bca94acd506df8ad5d1c"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d559cbf994b6369a77a7df1876d347add8774960443be089a655f28862f1400"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d559cbf994b6369a77a7df1876d347add8774960443be089a655f28862f1400"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0d559cbf994b6369a77a7df1876d347add8774960443be089a655f28862f1400"
sha256 cellar: :any_skip_relocation, sonoma: "1f781319e03509553933493a7c96234f84ac88b9c0afde001b70e13b768bec23"
sha256 cellar: :any_skip_relocation, ventura: "1f781319e03509553933493a7c96234f84ac88b9c0afde001b70e13b768bec23"
sha256 cellar: :any_skip_relocation, monterey: "1f781319e03509553933493a7c96234f84ac88b9c0afde001b70e13b768bec23"
sha256 cellar: :any_skip_relocation, x86_64_linux: "680fa557c1ebef6293aa26a8b2003bba8b009e5e82d99d0bb4805b57e6e921bd"
end

depends_on "postgresql@16" => :test
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/p/prettier.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Prettier < Formula
desc "Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML"
homepage "https://prettier.io/"
Expand All @@ -9,19 +7,20 @@ class Prettier < Formula
head "https://github.com/prettier/prettier.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0744f89a63b2e4a723402ec8f6e57fea7e71854ba3c2bc0049fee0eaddc97a5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c0744f89a63b2e4a723402ec8f6e57fea7e71854ba3c2bc0049fee0eaddc97a5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c0744f89a63b2e4a723402ec8f6e57fea7e71854ba3c2bc0049fee0eaddc97a5"
sha256 cellar: :any_skip_relocation, sonoma: "c0744f89a63b2e4a723402ec8f6e57fea7e71854ba3c2bc0049fee0eaddc97a5"
sha256 cellar: :any_skip_relocation, ventura: "c0744f89a63b2e4a723402ec8f6e57fea7e71854ba3c2bc0049fee0eaddc97a5"
sha256 cellar: :any_skip_relocation, monterey: "c0744f89a63b2e4a723402ec8f6e57fea7e71854ba3c2bc0049fee0eaddc97a5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "965733cf8e1e8e6bc22367d92eb1e7e93c1c0c373e0d9044d82249f62c28499b"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca3d2129d7f7037e29ab41c3cdd7e6d160491f3a1cde78232f8cca9da9866518"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ca3d2129d7f7037e29ab41c3cdd7e6d160491f3a1cde78232f8cca9da9866518"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ca3d2129d7f7037e29ab41c3cdd7e6d160491f3a1cde78232f8cca9da9866518"
sha256 cellar: :any_skip_relocation, sonoma: "ca3d2129d7f7037e29ab41c3cdd7e6d160491f3a1cde78232f8cca9da9866518"
sha256 cellar: :any_skip_relocation, ventura: "ca3d2129d7f7037e29ab41c3cdd7e6d160491f3a1cde78232f8cca9da9866518"
sha256 cellar: :any_skip_relocation, monterey: "ca3d2129d7f7037e29ab41c3cdd7e6d160491f3a1cde78232f8cca9da9866518"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d4eb20137d0bb94eb30df609bd7b942c4346f5e09aac867d6a11e3b2b2197d65"
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/p/prettierd.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Prettierd < Formula
desc "Prettier daemon"
homepage "https://github.com/fsouza/prettierd"
Expand All @@ -8,13 +6,20 @@ class Prettierd < Formula
license "ISC"

bottle do
sha256 cellar: :any_skip_relocation, all: "2407fad452f5fb7ccf331779fc7393eaac93009dd0f0a391a04ad3136675dc58"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "25b404362efc90f2ce7986adc01878db41f9142dee34a9c32785ed43438902e0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "25b404362efc90f2ce7986adc01878db41f9142dee34a9c32785ed43438902e0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "25b404362efc90f2ce7986adc01878db41f9142dee34a9c32785ed43438902e0"
sha256 cellar: :any_skip_relocation, sonoma: "25b404362efc90f2ce7986adc01878db41f9142dee34a9c32785ed43438902e0"
sha256 cellar: :any_skip_relocation, ventura: "25b404362efc90f2ce7986adc01878db41f9142dee34a9c32785ed43438902e0"
sha256 cellar: :any_skip_relocation, monterey: "25b404362efc90f2ce7986adc01878db41f9142dee34a9c32785ed43438902e0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2dc9d301c9ecf59636baf5e2a42601ce6712915c601360158ddd54cf5e9d3fb4"
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/p/promptfoo.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Promptfoo < Formula
desc "Test your LLM app locally"
homepage "https://promptfoo.dev/"
Expand All @@ -8,19 +6,20 @@ class Promptfoo < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "94052aa6371e7c3a5a3cea842435d9fbf05fabc5e5371195f7e7c31e774ac29a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "049e2ea16563df230069c4dfb93dfe0453d053d2a013c1d61de19b22c1281587"
sha256 cellar: :any_skip_relocation, arm64_monterey: "48287f3ebc5a4073864733154b0251d3e3e5218da10f0c423eadcbc388aac0b8"
sha256 cellar: :any_skip_relocation, sonoma: "9e6a26bc1a28b3fede0129b1a56af20c65092e6c407f0ec55967dea519c21ef2"
sha256 cellar: :any_skip_relocation, ventura: "4163dbe556ca2794b0eb8b37eb2ad1411c002301e99a5ad7f6a40f3182e1ab8e"
sha256 cellar: :any_skip_relocation, monterey: "f528c374ef6270552a2046096c3a6bf7f55a8972de776323f08399e5037a69d7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "79ffd3f506f4754ef704e3e796e7b36f0fb5d6f3a5a5f6f6d8a941d6287e6f1f"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "492cc1373fa8ad086bdc753d5d375358ade00fd218a0e6a674f70218a7204162"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5fce1ddef057e43b917aee8176403bdff9cb196b4bd32e1d9e1bddc2a926fcff"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b11da4a8201478cf674264a1f3d091d048f2b22dedc6ac4289944da8f12876c1"
sha256 cellar: :any_skip_relocation, sonoma: "5348a30d9b7a7d672889dda278e7d8e063fa1e2bdac2a34a7c0ea2e3e9d9b6ad"
sha256 cellar: :any_skip_relocation, ventura: "eb48ba36ce50d017a6ed226b9e0b98f4025c0c6796873b52e96009250989b913"
sha256 cellar: :any_skip_relocation, monterey: "ff143102546290c6410b3cf0c1fb5a2e9ad3b9b3b9f743285a6da7aac4674e24"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bf531b4ab562e57636d731e507e44f22917d52b4e01a08888ba9eacce61c52c4"
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
15 changes: 10 additions & 5 deletions Formula/p/pulp.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Pulp < Formula
desc "Build tool for PureScript projects"
homepage "https://github.com/purescript-contrib/pulp"
Expand All @@ -13,22 +11,29 @@ class Pulp < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "9955ac49b00b61c6111d73f01fbe9b33316ed86f63517ee2cd1e1f8ddd0ad4a6"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5008304a966c3efaed02ef949fdfce9aa2df1e0d7dd78df531e2a635602d0bd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c5008304a966c3efaed02ef949fdfce9aa2df1e0d7dd78df531e2a635602d0bd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c5008304a966c3efaed02ef949fdfce9aa2df1e0d7dd78df531e2a635602d0bd"
sha256 cellar: :any_skip_relocation, sonoma: "c5008304a966c3efaed02ef949fdfce9aa2df1e0d7dd78df531e2a635602d0bd"
sha256 cellar: :any_skip_relocation, ventura: "c5008304a966c3efaed02ef949fdfce9aa2df1e0d7dd78df531e2a635602d0bd"
sha256 cellar: :any_skip_relocation, monterey: "c5008304a966c3efaed02ef949fdfce9aa2df1e0d7dd78df531e2a635602d0bd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4eebc36e5f38171ab8bcc008399c5e639f3a71f91fcc19477283c98f1a87f470"
end

depends_on "bower"
depends_on "node"
depends_on "purescript"

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

test do
assert_match version.to_s, shell_output("#{bin}/pulp --version")

system("#{bin}/pulp", "init")
system bin/"pulp", "init"
assert_predicate testpath/".gitignore", :exist?
assert_predicate testpath/"bower.json", :exist?
end
Expand Down
13 changes: 9 additions & 4 deletions Formula/p/purescript-language-server.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class PurescriptLanguageServer < Formula
desc "Language Server Protocol server for PureScript"
homepage "https://github.com/nwolverson/purescript-language-server"
Expand All @@ -8,14 +6,21 @@ class PurescriptLanguageServer < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "3fa10a1604c4d0d482eb93545476554052611078e6fb118af709e6a66eb24a98"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "13bab131f4c76717facc48989f3449674c336a6ecde00bd1b3afc1d8d5917096"
sha256 cellar: :any_skip_relocation, arm64_ventura: "13bab131f4c76717facc48989f3449674c336a6ecde00bd1b3afc1d8d5917096"
sha256 cellar: :any_skip_relocation, arm64_monterey: "13bab131f4c76717facc48989f3449674c336a6ecde00bd1b3afc1d8d5917096"
sha256 cellar: :any_skip_relocation, sonoma: "13bab131f4c76717facc48989f3449674c336a6ecde00bd1b3afc1d8d5917096"
sha256 cellar: :any_skip_relocation, ventura: "13bab131f4c76717facc48989f3449674c336a6ecde00bd1b3afc1d8d5917096"
sha256 cellar: :any_skip_relocation, monterey: "13bab131f4c76717facc48989f3449674c336a6ecde00bd1b3afc1d8d5917096"
sha256 cellar: :any_skip_relocation, x86_64_linux: "25410574878aaeff7b211222108eb127f332f48d28ffce06069fd041455feeb9"
end

depends_on "node"
depends_on "purescript"

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/p/pwned.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Pwned < Formula
desc "CLI for the 'Have I been pwned?' service"
homepage "https://github.com/wKovacs64/pwned"
Expand All @@ -8,21 +6,22 @@ class Pwned < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c171915ab827fa84b07952d9d5c1057089d36cbd019e90e4d75bcf89fb3f2236"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c171915ab827fa84b07952d9d5c1057089d36cbd019e90e4d75bcf89fb3f2236"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c171915ab827fa84b07952d9d5c1057089d36cbd019e90e4d75bcf89fb3f2236"
sha256 cellar: :any_skip_relocation, sonoma: "6db53fe5edcaf8d047abb481d06169808842ee24f377cba50b9350220dded27c"
sha256 cellar: :any_skip_relocation, ventura: "6db53fe5edcaf8d047abb481d06169808842ee24f377cba50b9350220dded27c"
sha256 cellar: :any_skip_relocation, monterey: "c171915ab827fa84b07952d9d5c1057089d36cbd019e90e4d75bcf89fb3f2236"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4447db289b87357c479b1ed9ea79f2b33556bbd6af4ee389371c503607726c4c"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "af219c3bc8235292cadb96f309d58d2e16f9f26951d4542df3ee95b3067f3089"
sha256 cellar: :any_skip_relocation, arm64_ventura: "af219c3bc8235292cadb96f309d58d2e16f9f26951d4542df3ee95b3067f3089"
sha256 cellar: :any_skip_relocation, arm64_monterey: "af219c3bc8235292cadb96f309d58d2e16f9f26951d4542df3ee95b3067f3089"
sha256 cellar: :any_skip_relocation, sonoma: "af219c3bc8235292cadb96f309d58d2e16f9f26951d4542df3ee95b3067f3089"
sha256 cellar: :any_skip_relocation, ventura: "af219c3bc8235292cadb96f309d58d2e16f9f26951d4542df3ee95b3067f3089"
sha256 cellar: :any_skip_relocation, monterey: "af219c3bc8235292cadb96f309d58d2e16f9f26951d4542df3ee95b3067f3089"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fc6362e175b7c449811805cca017043eb75b2b82f8fd7b4e2550559398619714"
end

depends_on "node"

conflicts_with "bash-snippets", because: "both install `pwned` 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
Loading

0 comments on commit 6e30184

Please sign in to comment.