[arch-commits] Commit in popeye/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Wed Nov 3 23:47:44 UTC 2021
Date: Wednesday, November 3, 2021 @ 23:47:43
Author: shibumi
Revision: 1035799
archrelease: copy trunk to community-x86_64
Added:
popeye/repos/community-x86_64/PKGBUILD
(from rev 1035798, popeye/trunk/PKGBUILD)
Deleted:
popeye/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-03 23:47:37 UTC (rev 1035798)
+++ PKGBUILD 2021-11-03 23:47:43 UTC (rev 1035799)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=popeye
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="Kubernetes cluster resource sanitizer"
-arch=('x86_64')
-url="https://github.com/derailed/popeye"
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz")
-sha512sums=('d8e351c232393659ea081df25f15aab18a3e80fda51064d8c1574d284156021f21d1c5b1234774650a23378a90dd1902f6c7a2c213b5ef6105829e5ad4ea9334')
-
-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 .
- chmod +x ./popeye
-}
-
-check(){
- cd "${pkgname}-${pkgver}"
- go test ./...
-}
-
-package(){
- cd "${pkgname}-${pkgver}"
- install -Dsm755 ./popeye "${pkgdir}/usr/bin/popeye"
-}
Copied: popeye/repos/community-x86_64/PKGBUILD (from rev 1035798, popeye/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-03 23:47:43 UTC (rev 1035799)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=popeye
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Kubernetes cluster resource sanitizer"
+arch=('x86_64')
+url="https://github.com/derailed/popeye"
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz")
+sha512sums=('000a2b0a72d3f3073642fb4f93cfe03ae611149219544ae0ad72342f91dcb4412916c245489814f117f70a5a275a1f36a7f4fd649420f2294eeac5d7b215bbb7')
+
+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 .
+ chmod +x ./popeye
+}
+
+check(){
+ cd "${pkgname}-${pkgver}"
+ go test ./...
+}
+
+package(){
+ cd "${pkgname}-${pkgver}"
+ install -Dsm755 ./popeye "${pkgdir}/usr/bin/popeye"
+}
More information about the arch-commits
mailing list