[arch-commits] Commit in go/trunk (PKGBUILD go.install)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Feb 18 23:59:35 UTC 2014


    Date: Wednesday, February 19, 2014 @ 00:59:35
  Author: arodseth
Revision: 105905

upgpkg: go 2:1.2-3

Modified:
  go/trunk/PKGBUILD
  go/trunk/go.install

------------+
 PKGBUILD   |   14 +++-----------
 go.install |   13 +++++++++++++
 2 files changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-18 19:29:43 UTC (rev 105904)
+++ PKGBUILD	2014-02-18 23:59:35 UTC (rev 105905)
@@ -19,7 +19,9 @@
 depends=('perl' 'gawk')
 makedepends=('inetutils')
 options=('!strip' 'staticlibs')
-optdepends=('liteide: IDE for editing and building projects written in Go')
+optdepends=('liteide: IDE for editing and building projects written in Go'
+            'mercurial: Version control system written in Python'
+            'git: Version control system written in C')
 install="$pkgname.install"
 backup=('usr/lib/go/bin')
 
@@ -148,16 +150,6 @@
   install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
 
   find "$pkgdir/usr/"{lib/go/pkg,bin} -type f -exec touch '{}' +
-
-  # Adding useful go tools (FS#38860)
-  go get code.google.com/p/go.tools/cmd/benchcmp
-  go get code.google.com/p/go.tools/cmd/cover
-  go get code.google.com/p/go.tools/cmd/godoc
-  go get code.google.com/p/go.tools/cmd/goimports
-  go get code.google.com/p/go.tools/cmd/gotype
-  go get code.google.com/p/go.tools/cmd/html2article
-  go get code.google.com/p/go.tools/cmd/ssadump
-  go get code.google.com/p/go.tools/cmd/vet
 }
 
 # vim:set ts=2 sw=2 et:

Modified: go.install
===================================================================
--- go.install	2014-02-18 19:29:43 UTC (rev 105904)
+++ go.install	2014-02-18 23:59:35 UTC (rev 105905)
@@ -8,6 +8,19 @@
   echo '    export PATH=$PATH:~/go/bin'
   echo '    go get code.google.com/p/go-tour/gotour'
   echo
+  echo 'For adding useful go tools:'
+  echo
+  echo '    go get code.google.com/p/go.tools/cmd/benchcmp'
+  echo '    go get code.google.com/p/go.tools/cmd/cover'
+  echo '    go get code.google.com/p/go.tools/cmd/godoc'
+  echo '    go get code.google.com/p/go.tools/cmd/goimports'
+  echo '    go get code.google.com/p/go.tools/cmd/gotype'
+  echo '    go get code.google.com/p/go.tools/cmd/html2article'
+  echo '    go get code.google.com/p/go.tools/cmd/ssadump'
+  echo '    go get code.google.com/p/go.tools/cmd/vet'
+  echo
+  echo '#go-nuts at irc.freenode.net may provide more answers.'
+  echo
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list