[arch-commits] Commit in eksctl/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Sat Nov 6 16:10:12 UTC 2021
Date: Saturday, November 6, 2021 @ 16:10:12
Author: shibumi
Revision: 1037631
archrelease: copy trunk to community-x86_64
Added:
eksctl/repos/community-x86_64/PKGBUILD
(from rev 1037630, eksctl/trunk/PKGBUILD)
Deleted:
eksctl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 16:10:06 UTC (rev 1037630)
+++ PKGBUILD 2021-11-06 16:10:12 UTC (rev 1037631)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: David Birks <david at birks.dev>
-# Contributor: Mike Williamson <mike at korora dot ca>
-
-pkgname=eksctl
-pkgver=0.71.0
-pkgrel=1
-pkgdesc='Command line tool for creating clusters on Amazon EKS'
-url='https://github.com/weaveworks/eksctl'
-arch=('x86_64')
-license=('Apache')
-depends=('kubectl' 'glibc')
-makedepends=('go')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5b8e2646f47c994737e364a7b00276d6b7052209d5aab7fb334cb2838aee9ef0')
-b2sums=('aa01569882ce082e1889438ccbd0321d56c9a8d3bfcab30ca84e944cd3fb50ce4d4e4d4f6f8b76b0f119753eb9f05acae9951f147adc2582bc42d9ff490e7e6d')
-
-build() {
- cd ${pkgname}-${pkgver}
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
- go build -v \
- -ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
- ./cmd/eksctl
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
-
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-
- # completions
- "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
- "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
- "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin "${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:
Copied: eksctl/repos/community-x86_64/PKGBUILD (from rev 1037630, eksctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-06 16:10:12 UTC (rev 1037631)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: David Birks <david at birks.dev>
+# Contributor: Mike Williamson <mike at korora dot ca>
+
+pkgname=eksctl
+pkgver=0.72.0
+pkgrel=1
+pkgdesc='Command line tool for creating clusters on Amazon EKS'
+url='https://github.com/weaveworks/eksctl'
+arch=('x86_64')
+license=('Apache')
+depends=('kubectl' 'glibc')
+makedepends=('go')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('8fdd049eb7eb47ae964028139d2b3062253f8c9e7643adc77d9b8325c7b20a02')
+b2sums=('9c1592fc6ac57bc57fc3ffdf1c680b9a846b0449c071a43174413aa871f67f3cbcc146128be2f161aae1af752c8269757063c109fbf5384075638719c86744c9')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
+ go build -v \
+ -ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
+ ./cmd/eksctl
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
+
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+ # completions
+ "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+ "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+ "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin "${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list