Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoli Babenia <anatoli@rainforce.org>2022-10-06 22:03:10 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-10-06 22:03:10 +0300
commit4480b7bb9de47709ae8b4a32d1524daaee1af4ea (patch)
tree415bd86fe876f42c3d3d5dd8698f31658abe9daf /Brewfile
parentc8701815aca5f4a54d99b73e0f899c533b53f647 (diff)
brew: Install `gnupg` for Mac only to save setup time
Diffstat (limited to 'Brewfile')
-rw-r--r--Brewfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Brewfile b/Brewfile
index 4b9a561c..ee11f9dd 100644
--- a/Brewfile
+++ b/Brewfile
@@ -1,4 +1,5 @@
-brew "gpg"
brew "hadolint"
brew "jq"
brew "yamllint"
+
+brew "gnupg" if OS.mac?