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

Christian Rebischke shibumi at gemini.archlinux.org
Sat Jan 29 02:30:53 UTC 2022


    Date: Saturday, January 29, 2022 @ 02:30:53
  Author: shibumi
Revision: 1118663

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-29 02:30:47 UTC (rev 1118662)
+++ PKGBUILD	2022-01-29 02:30:53 UTC (rev 1118663)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-pkgname=datree
-pkgver=0.14.36
-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=('ade0bc2de17ca684bcbeabdb5e4d21907bd54e619368d8220318b3fa421b90e85d0ead3d338c7bbc1f260f847b27b2f9c138121b7ed94eeb5644771e0b007d5e')
-b2sums=('18e73791185fc5a1698e293ff9d1058ae3eb3822fe96735272ce21b5c48680aeb17d4190469627a8a2dde3882e8b8b5d50d2c4b3cad21966b2a21d92fe1539ef')
-
-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 1118662, datree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-29 02:30:53 UTC (rev 1118663)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+pkgname=datree
+pkgver=0.15.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=('1b796df7b0b3c1e17147ee4e61ca4e8feb75021b8a0fd13188c18bac33d913a9c2096ffef4a7deca81b1b5dd8c6c1a86aae069e01c71c5ad26c05747a3acfdf5')
+b2sums=('65898b4a63f928c530d487017ceada22bdb4b99218dce7b3021bbae799c6fba6fac61568ba182ab88b805c9bcb8fb5e1a1ececaa82f62dde8ed87e1c7db94198')
+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