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

Christian Rebischke shibumi at gemini.archlinux.org
Wed May 11 23:06:36 UTC 2022


    Date: Wednesday, May 11, 2022 @ 23:06:35
  Author: shibumi
Revision: 1198408

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-11 23:06:26 UTC (rev 1198407)
+++ PKGBUILD	2022-05-11 23:06:35 UTC (rev 1198408)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-pkgname=datree
-pkgver=0.15.0
-pkgrel=2
-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"
-}

Copied: datree/repos/community-x86_64/PKGBUILD (from rev 1198407, datree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-11 23:06:35 UTC (rev 1198408)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+pkgname=datree
+pkgver=1.4.10
+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=('fe988d5fa7467e963f086f8ca034049be330ab9a0251ed1da1526033deef53f0576b35f2c073b7862a908159f56506d2302d0bb4abcbb6bcdd4665b5a7b33cb0')
+b2sums=('cd69fb9d83ee5affa2b909d8daa82ac434ff940757f31a0096c1e21fac43da0b939fee43015bbb04806701f430d21b7d084c9aa2059736bf5389b38ebd27c8eb')
+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