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.