[arch-commits] Commit in datree/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at gemini.archlinux.org
Fri Aug 12 18:32:05 UTC 2022


    Date: Friday, August 12, 2022 @ 18:32:04
  Author: shibumi
Revision: 1265651

archrelease: copy trunk to community-x86_64

Added:
  datree/repos/community-x86_64/PKGBUILD
    (from rev 1265650, datree/trunk/PKGBUILD)
Deleted:
  datree/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 18:31:58 UTC (rev 1265650)
+++ PKGBUILD	2022-08-12 18:32:04 UTC (rev 1265651)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-pkgname=datree
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="CLI tool to ensure K8s manifests and Helm charts follow best practices as well as your organization’s policies"
-arch=('x86_64')
-url='https://github.com/datreeio/datree'
-license=('Apache')
-depends=('kubectl')
-makedepends=('git' 'go')
-source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('a6865c0698cc91cbbe9f07da62ee45e2bccf62fe16bd49a614446418015ccfc4e6be4af53179df9b64a3379da7ef6b96d5bb56714c8257725ca8687abebf9c8b')
-b2sums=('f9eb1d49d44ba6f22e98d316009a51ccd61153ebd748d363048776a9ff1f2bee8d59268ce2faefe3ec011629928dce2c7bf131d0676a93157a9c82fda757609e')
-options=('!lto')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -ldflags="-w -s -linkmode=external" -o datree .
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 datree "${pkgdir}/usr/bin/datree"
-}

Copied: datree/repos/community-x86_64/PKGBUILD (from rev 1265650, datree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-12 18:32:04 UTC (rev 1265651)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+pkgname=datree
+pkgver=1.6.6
+pkgrel=1
+pkgdesc="CLI tool to ensure K8s manifests and Helm charts follow best practices as well as your organization’s policies"
+arch=('x86_64')
+url='https://github.com/datreeio/datree'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('68a47d9f4b7e38c6c1bf7c0b59ff3d2c95edb28ae0bf44cfd4eaabf9cdcfd1a07840802c28cd12c7154324bccf89ef51414e2a8e91ebe98791e44773b08bdb50')
+b2sums=('70d5e457b5601fde39299c8d788186841dd206a116b36b38ee4a81ea625df9f6c6b77d616fd5fea4c1bb92328d4cb41075317e845f6cf3756815c6321ea0fb22')
+options=('!lto')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-w -s -linkmode=external" -o datree .
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 datree "${pkgdir}/usr/bin/datree"
+}



More information about the arch-commits mailing list