Date: Sunday, May 8, 2022 @ 19:32:58
  Author: foxboron
Revision: 1196276

archrelease: copy trunk to community-x86_64

Added:
  staticcheck/repos/community-x86_64/PKGBUILD
    (from rev 1196275, staticcheck/trunk/PKGBUILD)
Deleted:
  staticcheck/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-08 19:32:53 UTC (rev 1196275)
+++ PKGBUILD    2022-05-08 19:32:58 UTC (rev 1196276)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud <foxbo...@archlinux.org>
-
-pkgname=staticcheck
-pkgver=2022.1.1
-pkgrel=1
-pkgdesc="The advanced Go linter"
-arch=('x86_64')
-url="https://staticcheck.io";
-license=("MIT")
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz";)
-sha256sums=('988756d12527bf9843459a30cc6fbbf2a7d6d75e62326b0387eab6273e992543')
-
-prepare(){
-       cd "go-tools-$pkgver"
-       mkdir -p bin
-}
-
-build(){
-       cd "go-tools-$pkgver"
-       export CGO_LDFLAGS="${LDFLAGS}"
-       export CGO_CFLAGS="${CFLAGS}"
-       export CGO_CPPFLAGS="${CPPFLAGS}"
-       export CGO_CXXFLAGS="${CXXFLAGS}"
-       export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-       go build -o bin/staticcheck ./cmd/staticcheck
-}
-
-check(){
-       cd "go-tools-$pkgver"
-       GOROOT="/usr/lib/go" go test -v ./...
-}
-
-package(){
-       cd "go-tools-$pkgver"
-       install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
-       install -Dm644 "LICENSE"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-       install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
-}

Copied: staticcheck/repos/community-x86_64/PKGBUILD (from rev 1196275, 
staticcheck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-05-08 19:32:58 UTC (rev 1196276)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud <foxbo...@archlinux.org>
+
+pkgname=staticcheck
+pkgver=2022.1.1
+pkgrel=2
+pkgdesc="The advanced Go linter"
+arch=('x86_64')
+url="https://staticcheck.io";
+license=("MIT")
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz";)
+sha256sums=('988756d12527bf9843459a30cc6fbbf2a7d6d75e62326b0387eab6273e992543')
+
+prepare(){
+       cd "go-tools-$pkgver"
+       mkdir -p bin
+}
+
+build(){
+       cd "go-tools-$pkgver"
+       export CGO_LDFLAGS="${LDFLAGS}"
+       export CGO_CFLAGS="${CFLAGS}"
+       export CGO_CPPFLAGS="${CPPFLAGS}"
+       export CGO_CXXFLAGS="${CXXFLAGS}"
+       export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+       go build -o bin/staticcheck ./cmd/staticcheck
+}
+
+check(){
+       cd "go-tools-$pkgver"
+       GOROOT="/usr/lib/go" go test -v ./...
+}
+
+package(){
+       cd "go-tools-$pkgver"
+       install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
+       install -Dm644 "LICENSE"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+       install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
+}

Reply via email to