This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a859d78 add snapcraft link
a859d78 is described below
commit a859d78fb07f2951546b1bf72b688ba43aee1523
Author: Paul King <paulk@asert.com.au>
AuthorDate: Thu Aug 8 14:37:00 2019 +1000
add snapcraft link
---
site/src/site/pages/download.groovy | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/site/src/site/pages/download.groovy b/site/src/site/pages/download.groovy
index 64a29e4..1bba811 100644
--- a/site/src/site/pages/download.groovy
+++ b/site/src/site/pages/download.groovy
@@ -291,6 +291,15 @@ layout 'layouts/main.groovy', true,
}
article {
p {
+ a(href: 'https://snapcraft.io/', 'SnapCraft')
+ yield ' is "the app store for Linux". Groovy is supported
in the '
+ a(href: 'https://snapcraft.io/groovy', 'store')
+ yield ' or via the commandline:'
+ }
+ pre { code '$ sudo snap install groovy --classic' }
+ }
+ article {
+ p {
a(href: 'http://www.macports.org/', 'MacPorts')
yield ' is a system for managing tools on macOS:'
}
|