[arch-commits] Commit in k9s/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat May 2 12:16:51 UTC 2020
Date: Saturday, May 2, 2020 @ 12:16:50
Author: foxboron
Revision: 624356
archrelease: copy trunk to community-x86_64
Added:
k9s/repos/community-x86_64/PKGBUILD
(from rev 624355, k9s/trunk/PKGBUILD)
Deleted:
k9s/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-02 12:16:42 UTC (rev 624355)
+++ PKGBUILD 2020-05-02 12:16:50 UTC (rev 624356)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=k9s
-pkgver=0.19.3
-pkgrel=1
-pkgdesc='TUI for managing Kubernetes clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go)
-_commit=486a2afb40cea8aab1fb1270512dfee172137d49 # 0.19.3
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
- cd $pkgname
- export GOFLAGS='-buildmode=pie -trimpath'
- export CGO_LDFLAGS="$LDFLAGS"
- export CGO_CFLAGS="$CFLAGS"
- make VERSION=v$pkgver build
-}
-
-check() {
- make -C $pkgname test
-}
-
-package() {
- cd $pkgname
- install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/derailed/k9s/releases
-# vim: ts=2 sw=2 et:
Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 624355, k9s/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-02 12:16:50 UTC (rev 624356)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=k9s
+pkgver=0.19.4
+pkgrel=1
+pkgdesc='TUI for managing Kubernetes clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go)
+_commit=bd151db6d3def40df47e4407f6a537e7f3cbd969 # 0.19.4
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+ cd $pkgname
+ export GOFLAGS='-buildmode=pie -trimpath'
+ export CGO_LDFLAGS="$LDFLAGS"
+ export CGO_CFLAGS="$CFLAGS"
+ make VERSION=v$pkgver build
+}
+
+check() {
+ make -C $pkgname test
+}
+
+package() {
+ cd $pkgname
+ install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/derailed/k9s/releases
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list