Package Details: ctop-bin 0.7.6-1

Git Clone URL: https://aur.archlinux.org/ctop-bin.git (read-only, click to copy)
Package Base: ctop-bin
Description: Top-like interface for container metrics
Upstream URL: https://bcicen.github.io/ctop/
Keywords: docker
Licenses: MIT
Conflicts: ctop
Provides: ctop
Submitter: sammko
Maintainer: sammko
Last Packager: sammko
Votes: 8
Popularity: 0.000000
First Submitted: 2017-03-13 21:53 (UTC)
Last Updated: 2021-06-11 21:46 (UTC)

Latest Comments

thiagoalmeidasa commented on 2020-07-15 10:15 (UTC)

thanks man.

sammko commented on 2020-07-15 10:06 (UTC)

@thiagoalmeidasa Done. Don't have any way to test it ATM, but it should be fine.

thiagoalmeidasa commented on 2020-07-15 09:01 (UTC) (edited on 2020-07-15 09:27 (UTC) by thiagoalmeidasa)

First of all, thanks for the package, it's great to have a simple way to install and maintain this tool.

I was trying to use it in my raspberry pi, but the package uses a fixed value for platform, could we add support for arm?

That's my suggestion based on k3s-bin package:

# Maintainer: Samuel Čavoj <sammko@sammserver.com>
pkgname=ctop-bin
pkgver=0.7.3
pkgrel=1
pkgdesc="Top-like interface for container metrics"
depends=('glibc')
provides=('ctop')
conflicts=('ctop')
arch=('x86_64' 'armv7h')
url="https://bcicen.github.io/ctop/"
license=('MIT')

source=('LICENSE')

source_x86_64=("ctop-${pkgver}-linux-x86_64::https://github.com/bcicen/ctop/releases/download/v$pkgver/ctop-$pkgver-linux-amd64")

source_armv7h=("ctop-${pkgver}-linux-armv7h::https://github.com/bcicen/ctop/releases/download/v$pkgver/ctop-$pkgver-linux-arm")

sha256sums=('dddd1fa1661d597b20142203d85c29c01cf18d400be06db289b26d578f81c553')

sha256sums_x86_64=('54598d424396cbe25646e097b47d76a55d475c29ae4c3111548141a3ecfb7fc1')

sha256sums_armv7h=('b25714de75efb7b0975e34267d9b345e6ea229629b4ff05912ccb003cbe01f2f')

package() {
        install -Dm755 "$srcdir/ctop-$pkgver-linux-$CARCH" "$pkgdir/usr/bin/ctop"
        install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

sammko commented on 2017-03-15 12:41 (UTC) (edited on 2017-03-15 12:45 (UTC) by sammko)

I'm updating this to 0.5, but please note that a merge request is pending to merge this package into ctop-bin[1]. Please use that. This package will no longer be updated. [1]: https://aur.archlinux.org/packages/ctop-bin

JulianXhokaxhiu commented on 2017-03-12 12:25 (UTC)

What about downloading the right platform binary depending on who installs the AUR package? This would be nice! At the moment, the ARM platform is not supported ( and would make no sense to create a separate AUR package ).

roentgen commented on 2017-03-10 04:55 (UTC)

This should be renamed ctop-bin.