[arch-commits] Commit in kustomize/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Thu Apr 23 22:10:11 UTC 2020
Date: Thursday, April 23, 2020 @ 22:10:11
Author: shibumi
Revision: 618324
archrelease: copy trunk to community-x86_64
Added:
kustomize/repos/community-x86_64/PKGBUILD
(from rev 618323, kustomize/trunk/PKGBUILD)
Deleted:
kustomize/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 22:10:03 UTC (rev 618323)
+++ PKGBUILD 2020-04-23 22:10:11 UTC (rev 618324)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=kustomize
-pkgver=3.3.1
-pkgrel=1
-_kustomize_commit=f2ac5a2d0df13c047fb20cbc12ef1a3b41ce2dad
-pkgdesc="Template-free customization of Kubernetes YAML manifests"
-arch=('x86_64')
-url="https://github.com/kubernetes-sigs/kustomize"
-license=('Apache')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-source=("git+https://github.com/kubernetes-sigs/kustomize#commit=${_kustomize_commit}")
-sha512sums=('SKIP')
-
-build(){
- cd "${pkgname}/${pkgname}"
- go build \
- -trimpath \
- -ldflags "-extldflags ${LDFLAGS}" .
- chmod +x ./kustomize
-}
-
-check(){
- cd "${pkgname}/${pkgname}"
- go test ./...
-}
-
-package(){
- cd "${pkgname}/${pkgname}"
- install -Dsm755 ./kustomize "${pkgdir}/usr/bin/kustomize"
-}
Copied: kustomize/repos/community-x86_64/PKGBUILD (from rev 618323, kustomize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-23 22:10:11 UTC (rev 618324)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=kustomize
+pkgver=3.5.4
+pkgrel=1
+_kustomize_commit=3af514fa9f85430f0c1557c4a0291e62112ab026
+pkgdesc="Template-free customization of Kubernetes YAML manifests"
+arch=('x86_64')
+url="https://github.com/kubernetes-sigs/kustomize"
+license=('Apache')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+source=("git+https://github.com/kubernetes-sigs/kustomize#commit=${_kustomize_commit}")
+sha512sums=('SKIP')
+
+build(){
+ cd "${pkgname}/${pkgname}"
+ go build \
+ -trimpath \
+ -ldflags "-extldflags ${LDFLAGS}" .
+ chmod +x ./kustomize
+}
+
+check(){
+ cd "${pkgname}/${pkgname}"
+ go test ./...
+}
+
+package(){
+ cd "${pkgname}/${pkgname}"
+ install -Dsm755 ./kustomize "${pkgdir}/usr/bin/kustomize"
+}
More information about the arch-commits
mailing list