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

Frederik Schwan freswa at gemini.archlinux.org
Tue Mar 22 12:49:32 UTC 2022


    Date: Tuesday, March 22, 2022 @ 12:49:32
  Author: freswa
Revision: 1170114

archrelease: copy trunk to community-x86_64

Added:
  ctop/repos/community-x86_64/PKGBUILD
    (from rev 1170113, ctop/trunk/PKGBUILD)
Deleted:
  ctop/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 12:49:22 UTC (rev 1170113)
+++ PKGBUILD	2022-03-22 12:49:32 UTC (rev 1170114)
@@ -1,30 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=ctop
-pkgver=0.7.6
-pkgrel=1
-pkgdesc='Top-like interface for container metrics'
-arch=('x86_64')
-url='https://ctop.sh/'
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("https://github.com/bcicen/ctop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('02fde42eed9c5f8d2ae1dee0e00dcfb937c1dd10f40ad135bdfe05b6350ad8eb5993142be4e5e2e96c6142795a0c44cb8cb68ba263cd539587f104c4a2b0ed10')
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
-  go build .
-}
-
-package() {
-  install -Dm755 ${pkgname}-${pkgver}/${pkgname} "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 ${pkgname}-${pkgver}/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: ctop/repos/community-x86_64/PKGBUILD (from rev 1170113, ctop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-22 12:49:32 UTC (rev 1170114)
@@ -0,0 +1,30 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=ctop
+pkgver=0.7.7
+pkgrel=1
+pkgdesc='Top-like interface for container metrics'
+arch=('x86_64')
+url='https://ctop.sh/'
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bcicen/ctop/archive/refs/tags/v${pkgver}.tar.gz")
+b2sums=('21bcc7a7996cf8cd1bfb87da30bbccd3f1c9a257b1140a81795186c466c7e499233e691eca3dac2e953fb9e46d0cacd78ee87abcbfd01965401d3666f3ff8eff')
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
+  go build .
+}
+
+package() {
+  install -Dm755 ${pkgname}-${pkgver}/${pkgname} "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 ${pkgname}-${pkgver}/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+



More information about the arch-commits mailing list