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

Frederik Schwan freswa at archlinux.org
Fri Jun 11 11:01:16 UTC 2021


    Date: Friday, June 11, 2021 @ 11:01:16
  Author: freswa
Revision: 962049

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-11 11:01:07 UTC (rev 962048)
+++ PKGBUILD	2021-06-11 11:01:16 UTC (rev 962049)
@@ -1,30 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=ctop
-pkgver=0.7.5
-pkgrel=3
-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/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('ecaba01815d4c25076ae62eb8880824df70647f567d3230d31dbe33b4901969a2e7723341250d6d02239266e0be5dcbbaed2191fa8ff8cfcbe2bf4a795133359')
-
-
-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 962048, ctop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-11 11:01:16 UTC (rev 962049)
@@ -0,0 +1,30 @@
+# 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
+}
+



More information about the arch-commits mailing list