Skip to content

Commit

Permalink
Merge pull request #179046 from branchvincent/std_npm_args-d
Browse files Browse the repository at this point in the history
d*: use `std_npm_args`
  • Loading branch information
BrewTestBot committed Jul 31, 2024
2 parents c043fa0 + 7b0ba59 commit 56cecc2
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 50 deletions.
19 changes: 9 additions & 10 deletions Formula/d/dbml-cli.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class DbmlCli < Formula
desc "Convert DBML file to SQL and vice versa"
homepage "https://www.dbml.org/cli/"
Expand All @@ -8,19 +6,20 @@ class DbmlCli < Formula
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "28894b9a1ded4709811120125320219ba25988411f33c08d44e1db2387599489"
sha256 cellar: :any_skip_relocation, arm64_ventura: "28894b9a1ded4709811120125320219ba25988411f33c08d44e1db2387599489"
sha256 cellar: :any_skip_relocation, arm64_monterey: "28894b9a1ded4709811120125320219ba25988411f33c08d44e1db2387599489"
sha256 cellar: :any_skip_relocation, sonoma: "83c8cba1988393d248c3fd6e118b5224044a1ce71752481f1b5848ec8c07634b"
sha256 cellar: :any_skip_relocation, ventura: "83c8cba1988393d248c3fd6e118b5224044a1ce71752481f1b5848ec8c07634b"
sha256 cellar: :any_skip_relocation, monterey: "5da7c085730f8fa4c963cd97f7426e19f19daa997be51b1b912e3c2b18f23219"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b2ccc0207cf763f8c945d5a9d1df48ab96fb680fcd97e6728df237029d93a6be"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "26a00a46ccb9f40b84fc56ab59f4c9dc08f84e836e203068e7166a9b3bdb8ae1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "26a00a46ccb9f40b84fc56ab59f4c9dc08f84e836e203068e7166a9b3bdb8ae1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "26a00a46ccb9f40b84fc56ab59f4c9dc08f84e836e203068e7166a9b3bdb8ae1"
sha256 cellar: :any_skip_relocation, sonoma: "411ebc2decc79803251343de21b7111459208b6c051f6da94a95fe08f787285e"
sha256 cellar: :any_skip_relocation, ventura: "411ebc2decc79803251343de21b7111459208b6c051f6da94a95fe08f787285e"
sha256 cellar: :any_skip_relocation, monterey: "411ebc2decc79803251343de21b7111459208b6c051f6da94a95fe08f787285e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4a12bebf91b927d725ff200a5ef73c537deaffb3993433368d7886e8ec83f8a"
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/*"]

# Replace universal binaries with native slices
Expand Down
19 changes: 9 additions & 10 deletions Formula/d/devcontainer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Devcontainer < Formula
desc "Reference implementation for the Development Containers specification"
homepage "https://containers.dev"
Expand All @@ -8,19 +6,20 @@ class Devcontainer < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ac30f4ad3d3e6c42c39794769d9cb9df8e7a8c74e47da6741c111f241291e69"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4ac30f4ad3d3e6c42c39794769d9cb9df8e7a8c74e47da6741c111f241291e69"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4ac30f4ad3d3e6c42c39794769d9cb9df8e7a8c74e47da6741c111f241291e69"
sha256 cellar: :any_skip_relocation, sonoma: "c1b9d63ca859075e8985fe6dbf7c4a9391f150c00f31b60c8b81af364f18a54d"
sha256 cellar: :any_skip_relocation, ventura: "c1b9d63ca859075e8985fe6dbf7c4a9391f150c00f31b60c8b81af364f18a54d"
sha256 cellar: :any_skip_relocation, monterey: "c1b9d63ca859075e8985fe6dbf7c4a9391f150c00f31b60c8b81af364f18a54d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "682fff607070af8378a119bce31354eb909cccaa3b9607bf5afb3e544c64f278"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0aa24a84e36726b9f575dcd248e8fb4e5f22130a0fdb2b996c856efb9da96b77"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0aa24a84e36726b9f575dcd248e8fb4e5f22130a0fdb2b996c856efb9da96b77"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0aa24a84e36726b9f575dcd248e8fb4e5f22130a0fdb2b996c856efb9da96b77"
sha256 cellar: :any_skip_relocation, sonoma: "5c119586215d89a3a1f09b4f98345e53716d254f74c89c4e56971f6b26f701f5"
sha256 cellar: :any_skip_relocation, ventura: "5c119586215d89a3a1f09b4f98345e53716d254f74c89c4e56971f6b26f701f5"
sha256 cellar: :any_skip_relocation, monterey: "5c119586215d89a3a1f09b4f98345e53716d254f74c89c4e56971f6b26f701f5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9136d4f9c0c69288c6a39abc420336b09a45e91cc4dd4ad1cc2159b77bf8978b"
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/d/dicebear.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Dicebear < Formula
desc "CLI for DiceBear - An avatar library for designers and developers"
homepage "https://github.com/dicebear/dicebear"
Expand All @@ -8,13 +6,14 @@ class Dicebear < Formula
license "MIT"

bottle do
sha256 cellar: :any, arm64_sonoma: "91aec5fd7e75f6a161668097fd4fa6f54f32c4e3685130b4a54f91b831fea9ac"
sha256 cellar: :any, arm64_ventura: "91aec5fd7e75f6a161668097fd4fa6f54f32c4e3685130b4a54f91b831fea9ac"
sha256 cellar: :any, arm64_monterey: "91aec5fd7e75f6a161668097fd4fa6f54f32c4e3685130b4a54f91b831fea9ac"
sha256 cellar: :any, sonoma: "af649e54fdf8f9294e4543e5c286340cd59de18a6a01befad2bfe5fbbdcf1ed6"
sha256 cellar: :any, ventura: "af649e54fdf8f9294e4543e5c286340cd59de18a6a01befad2bfe5fbbdcf1ed6"
sha256 cellar: :any, monterey: "1e55eff8926e24ab415c892a43edd2f623a58f632cdd9da92892592fa93a24be"
sha256 cellar: :any_skip_relocation, x86_64_linux: "63ed81281a4201b1f6c8c79603749ec74db5e5c83d4d2bb8903c3305ad0edf29"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "262f266530b8c354b2fdd2c2765a686f3d37e7880b13006f95b52a5ea2e009eb"
sha256 cellar: :any, arm64_ventura: "262f266530b8c354b2fdd2c2765a686f3d37e7880b13006f95b52a5ea2e009eb"
sha256 cellar: :any, arm64_monterey: "262f266530b8c354b2fdd2c2765a686f3d37e7880b13006f95b52a5ea2e009eb"
sha256 cellar: :any, sonoma: "84999e26857352a410710a70f4c20a92aae09eab8ff99e92049a22d1d2282c64"
sha256 cellar: :any, ventura: "84999e26857352a410710a70f4c20a92aae09eab8ff99e92049a22d1d2282c64"
sha256 cellar: :any, monterey: "84999e26857352a410710a70f4c20a92aae09eab8ff99e92049a22d1d2282c64"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cc7bd6459f4e05438c5bf26579d0cb2179275c7aae5513ba64b1503abef85a16"
end

depends_on "node"
Expand All @@ -24,7 +23,7 @@ class Dicebear < Formula
end

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

node_modules = libexec/"lib/node_modules/dicebear/node_modules"
Expand Down
19 changes: 9 additions & 10 deletions Formula/d/dockerfile-language-server.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class DockerfileLanguageServer < Formula
desc "Language server for Dockerfiles powered by Node, TypeScript, and VSCode"
homepage "https://github.com/rcjsuen/dockerfile-language-server"
Expand All @@ -9,19 +7,20 @@ class DockerfileLanguageServer < Formula
head "https://github.com/rcjsuen/dockerfile-language-server.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8aabd17fbdaf0480be3a769abb74e4b48c97dc60742c38a7054d9e6336e9c97a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8aabd17fbdaf0480be3a769abb74e4b48c97dc60742c38a7054d9e6336e9c97a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8aabd17fbdaf0480be3a769abb74e4b48c97dc60742c38a7054d9e6336e9c97a"
sha256 cellar: :any_skip_relocation, sonoma: "a05541b349d4d4e2998f12f9b5683a3028635c0b1435d8faedf8674604923347"
sha256 cellar: :any_skip_relocation, ventura: "a05541b349d4d4e2998f12f9b5683a3028635c0b1435d8faedf8674604923347"
sha256 cellar: :any_skip_relocation, monterey: "a05541b349d4d4e2998f12f9b5683a3028635c0b1435d8faedf8674604923347"
sha256 cellar: :any_skip_relocation, x86_64_linux: "35ea4c4c48e6f7eda7df3b66823d4b8c4a5ff2ec28e90a27a24edee1596a8392"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0acd811cad164eaa55ff4fb328759defae0ee5c12995cd11fa2a2688615fbf53"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0acd811cad164eaa55ff4fb328759defae0ee5c12995cd11fa2a2688615fbf53"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0acd811cad164eaa55ff4fb328759defae0ee5c12995cd11fa2a2688615fbf53"
sha256 cellar: :any_skip_relocation, sonoma: "59e9066fafdb05c780c640814cd2aeec5180f8ff184e61e60dda6c732164b8fd"
sha256 cellar: :any_skip_relocation, ventura: "59e9066fafdb05c780c640814cd2aeec5180f8ff184e61e60dda6c732164b8fd"
sha256 cellar: :any_skip_relocation, monterey: "59e9066fafdb05c780c640814cd2aeec5180f8ff184e61e60dda6c732164b8fd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dee4c193b8f1eabb362140936b430f8e8138329a9e164cad55ffeed21ddd827f"
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/d/dockly.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Dockly < Formula
desc "Immersive terminal interface for managing docker containers and services"
homepage "https://lirantal.github.io/dockly/"
Expand All @@ -8,13 +6,14 @@ class Dockly < Formula
license "MIT"

bottle do
sha256 arm64_sonoma: "19a1212ebc54f897be5b13dbd9d404293d4cbca9aee9f9084d24e71c35deb83d"
sha256 arm64_ventura: "ca1a2006d49625c5d29bc7dec3a517fc809ebf3f8160519dc2805eccde606dc6"
sha256 arm64_monterey: "833f43dfd7eb0780c0b64f54aee43a574b9af012dcdbfd65b09641989bfeb48a"
sha256 sonoma: "b8431fa56abb1f35506f5864e5c8b0fe5360f5345088ad27ae90c2c22fb71c3d"
sha256 ventura: "9c480dbf9c4f6dce0998464b8555c0c22025e87677a21b44daddf4c12f84f42c"
sha256 monterey: "37cee7a7e33c2735d085fe8a6125c59855928eeff1cca8289d71fc73c0a2df07"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c8d8ed0cd780b10c2c0f191ef6f2741bfbddc57f7d91a767acab9d12afdf7cb"
rebuild 1
sha256 arm64_sonoma: "ee7e39240a8e4017526ecb770228cc52bf30e022bff0342cf914ddf8962d6a01"
sha256 arm64_ventura: "c9c59d9621bf60c835ee39a326dfe2139cca675ff1bef2e4d8d78b2bc126fd6e"
sha256 arm64_monterey: "453c7bcc52e314d2e1af4b261cf3e109174b4fb59786b64267e015c4cfda0aed"
sha256 sonoma: "4b33d715efe6a38e9d4340e2511f289ab422d4ae7cab70b6c05880fca76f9857"
sha256 ventura: "7be2fcbcaf3b00eb2881b215dc3afff9f6426ee7b9b9d1a0c8f55f8374596f33"
sha256 monterey: "70ac7382b4faaa4a13abb067225aa06a9140309e29f0a0c0bd0b8acd50178a37"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dfb3be9c9648d45b2b73cc768da86ef8470c3144acf6df65e164f0a3eb8c2567"
end

depends_on "node"
Expand All @@ -24,7 +23,7 @@ class Dockly < Formula
end

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

clipboardy_fallbacks_dir = libexec/"lib/node_modules/#{name}/node_modules/clipboardy/fallbacks"
Expand Down

0 comments on commit 56cecc2

Please sign in to comment.