[arch-commits] Commit in go-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Oct 14 15:22:59 UTC 2019
Date: Monday, October 14, 2019 @ 15:22:59
Author: foxboron
Revision: 515716
archrelease: copy trunk to community-x86_64
Added:
go-tools/repos/community-x86_64/PKGBUILD
(from rev 515715, go-tools/trunk/PKGBUILD)
Deleted:
go-tools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 114 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 57 insertions(+), 57 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-14 15:22:49 UTC (rev 515715)
+++ PKGBUILD 2019-10-14 15:22:59 UTC (rev 515716)
@@ -1,57 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=go-tools
-epoch=2
-pkgver=1.13+3523+65e3620a7
-pkgrel=1
-pkgdesc='Developer tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-depends=(glibc)
-makedepends=(git go-pie)
-_commit=65e3620a7ae7ac25e8494a60f0e5ef4e4fba03b3
-_net_commit=74dc4d7220e7acc4e100824340f3e66577424772
-source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit
- golang-net::git+https://github.com/golang/net#commit=$_net_commit)
-md5sums=('SKIP'
- 'SKIP')
-
-_tools=(benchcmp callgraph compilebench cover digraph eg fiximports
- go-contrib-init godex godoc goimports gomvpkg gorename gotype
- goyacc guru html2article present ssadump stringer gopls
- toolstash)
-
-pkgver() {
- local _gover=1.13
- cd go-tools
- printf "%s+%s+%s" $_gover "$(git rev-list --count HEAD)" \
- "$(git rev-parse --short HEAD)"
-}
-
-prepare() {
- mkdir -p gopath/src/golang.org/x
- cp -rf go-tools gopath/src/golang.org/x/tools
- cp -rf golang-net gopath/src/golang.org/x/net
-}
-
-build() {
- export GOPATH="$srcdir/gopath"
- cd gopath/src/golang.org/x/tools
- go install -v -a -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" ./cmd/...
-}
-
-check() {
- export GOPATH="$srcdir/gopath"
- cd gopath/src/golang.org/x/tools
- go test ./cmd/...
-}
-
-package() {
- for tool in ${_tools[@]}; do
- install -Dm755 gopath/bin/$tool "$pkgdir/usr/bin/$tool"
- done
-
- install -Dm644 go-tools/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: go-tools/repos/community-x86_64/PKGBUILD (from rev 515715, go-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-14 15:22:59 UTC (rev 515716)
@@ -0,0 +1,57 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=go-tools
+epoch=2
+pkgver=1.13+3523+65e3620a7
+pkgrel=2
+pkgdesc='Developer tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+depends=(glibc)
+makedepends=(git go-pie)
+_commit=65e3620a7ae7ac25e8494a60f0e5ef4e4fba03b3
+_net_commit=74dc4d7220e7acc4e100824340f3e66577424772
+source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit
+ golang-net::git+https://github.com/golang/net#commit=$_net_commit)
+md5sums=('SKIP'
+ 'SKIP')
+
+_tools=(benchcmp callgraph compilebench cover digraph eg fiximports
+ go-contrib-init godex godoc goimports gomvpkg gorename gotype
+ goyacc guru html2article present ssadump stringer gopls
+ toolstash)
+
+pkgver() {
+ local _gover=1.13
+ cd go-tools
+ printf "%s+%s+%s" $_gover "$(git rev-list --count HEAD)" \
+ "$(git rev-parse --short HEAD)"
+}
+
+prepare() {
+ mkdir -p gopath/src/golang.org/x
+ cp -rf go-tools gopath/src/golang.org/x/tools
+ cp -rf golang-net gopath/src/golang.org/x/net
+}
+
+build() {
+ export GOPATH="$srcdir/gopath"
+ cd gopath/src/golang.org/x/tools
+ go install -v -a -trimpath -ldflags "-extldflags ${LDFLAGS}" ./cmd/...
+}
+
+check() {
+ export GOPATH="$srcdir/gopath"
+ cd gopath/src/golang.org/x/tools
+ go test ./cmd/...
+}
+
+package() {
+ for tool in ${_tools[@]}; do
+ install -Dm755 gopath/bin/$tool "$pkgdir/usr/bin/$tool"
+ done
+
+ install -Dm644 go-tools/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list