Update layers dependency installers

This commit is contained in:
JAremko 2019-01-17 23:15:49 +02:00 committed by Eugene Yaremenko
parent f2c17ba15f
commit 8bbf6b3f53
4 changed files with 17 additions and 7 deletions

View file

@ -12,11 +12,16 @@ Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/
- Go support for Docker
* List of installed software:
1. [[https://golang.org/][Go 1.8]]
2. [[https://github.com/go-check/check/][go-check]]
1. [[https://golang.org/][Go 1.11.4]]
2. [[https://github.com/go-check/check/][check]]
3. [[https://github.com/nsf/gocode][gocode]]
4. [[https://github.com/rogpeppe/godef][godef]]
5. [[https://godoc.org/golang.org/x/tools/cmd/guru][go-guru]]
5. [[https://godoc.org/golang.org/x/tools/cmd/guru][guru]]
6. [[https://godoc.org/golang.org/x/tools/cmd/gorename][gorename]]
7. [[https://godoc.org/golang.org/x/tools/cmd/goimports][goimports]]
8. [[https://github.com/alecthomas/gometalinter][gometalinter]] if =go-use-gometalinter= is =t=
9. [[https://github.com/zmb3/gogetdoc][gogetdoc]]
10. [[https://github.com/cweill/gotests/][gotests]]
11. [[https://github.com/haya14busa/gopkgs][gopkgs]]
12. [[https://github.com/davidrjenni/reftools/tree/master/cmd/fillstruct][fillstruct]]
13. [[https://github.com/josharian/impl][impl]]

View file

@ -14,7 +14,7 @@
(file-name-directory
load-file-name)) nil t)
(let ((go-version "1.10"))
(let ((go-version "1.11.4"))
(with-build-dir (tgp "/tmp/gopath")
(with-installed (tar gzip wget)
($ `("wget https://storage.googleapis.com/golang/go%s.linux-amd64.tar.gz"
@ -44,10 +44,15 @@
tgp))
($ ["go get -u -buildmode=exe"
"gopkg.in/check.v1"
"github.com/nsf/gocode"
"github.com/haya14busa/gopkgs/cmd/gopkgs"
"github.com/mdempsky/gocode"
"github.com/rogpeppe/godef"
"golang.org/x/tools/cmd/guru"
"golang.org/x/tools/cmd/gorename"
"github.com/zmb3/gogetdoc"
"github.com/cweill/gotests/..."
"github.com/davidrjenni/reftools/cmd/fillstruct"
"github.com/josharian/impl"
"golang.org/x/tools/cmd/goimports"])
(when (get-config 'go-use-gometalinter)
(! "Gometalinter used. Installing...")

View file

@ -14,7 +14,7 @@
(file-name-directory
load-file-name)) nil t)
(let ((global-version "6.6.2"))
(let ((global-version "6.6.3"))
(install python-pygments libncurses-dev)
(with-installed (git tar curl gzip autotools-dev
pkg-config libtool dh-autoreconf)

View file

@ -14,7 +14,7 @@
(file-name-directory
load-file-name)) nil t)
(let* ((pandoc-version "2.2.1")
(let* ((pandoc-version "2.5")
(pandoc-url (concat "https://github.com/jgm/pandoc/releases/download/"
(format "%s/pandoc-%s-1-amd64.deb"
pandoc-version