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

Justin Kromlinger hashworks at gemini.archlinux.org
Tue Jun 21 08:46:11 UTC 2022


    Date: Tuesday, June 21, 2022 @ 08:46:11
  Author: hashworks
Revision: 1238770

archrelease: copy trunk to community-x86_64

Added:
  opensearch-cli/repos/community-x86_64/PKGBUILD
    (from rev 1238769, opensearch-cli/trunk/PKGBUILD)
Deleted:
  opensearch-cli/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-21 08:46:08 UTC (rev 1238769)
+++ PKGBUILD	2022-06-21 08:46:11 UTC (rev 1238770)
@@ -1,37 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-
-pkgname='opensearch-cli'
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A full-featured command line interface (CLI) for OpenSearch"
-url='https://opensearch.org/docs/latest/clients/cli/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(
-  "${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/opensearch-cli/archive/${pkgver}.tar.gz")
-sha512sums=('e21bfebfd5f7d342360c66412f89628106246600ea7c198ca1eec896a1285b6b690da6bd893f6f4b39e9ebf3157e351c563f450899719d2804336c866fe48534')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  go mod vendor
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
-  go build -v -o ${pkgname} .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: opensearch-cli/repos/community-x86_64/PKGBUILD (from rev 1238769, opensearch-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-21 08:46:11 UTC (rev 1238770)
@@ -0,0 +1,37 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+
+pkgname='opensearch-cli'
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="A full-featured command line interface (CLI) for OpenSearch"
+url='https://opensearch.org/docs/latest/clients/cli/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(
+  "${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/opensearch-cli/archive/${pkgver}.tar.gz")
+sha512sums=('e21bfebfd5f7d342360c66412f89628106246600ea7c198ca1eec896a1285b6b690da6bd893f6f4b39e9ebf3157e351c563f450899719d2804336c866fe48534')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  go mod vendor
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
+  go build -v -o ${pkgname} .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list