From 130323bb5be9491e27cf76fe14e69be7cf5f0fce Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 9 Jul 2019 18:17:42 +0200 Subject: [PATCH] new plugin: google-cloud-sdk, refs #1318 (#1392) --- net/google-cloud-sdk/Makefile | 7 +++++++ net/google-cloud-sdk/pkg-descr | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 net/google-cloud-sdk/Makefile create mode 100644 net/google-cloud-sdk/pkg-descr diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile new file mode 100644 index 0000000000..6e832d0562 --- /dev/null +++ b/net/google-cloud-sdk/Makefile @@ -0,0 +1,7 @@ +PLUGIN_NAME= google-cloud-sdk +PLUGIN_VERSION= 1.0 +PLUGIN_COMMENT= Google Cloud SDK +PLUGIN_DEPENDS= google-cloud-sdk +PLUGIN_MAINTAINER= opnsense@moov.de + +.include "../../Mk/plugins.mk" diff --git a/net/google-cloud-sdk/pkg-descr b/net/google-cloud-sdk/pkg-descr new file mode 100644 index 0000000000..44ec135eaa --- /dev/null +++ b/net/google-cloud-sdk/pkg-descr @@ -0,0 +1,2 @@ +This plugin installs the Google Cloud SDK. The SDK may be used on the CLI or in +conjunction with the Let's Encrypt plugin.