mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/ctop: new aport
https://ctop.sh/ Top-like interface for container metrics
This commit is contained in:
parent
e85b85773e
commit
54a5451c04
24
testing/ctop/APKBUILD
Normal file
24
testing/ctop/APKBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Contributor: Shyam Sunder <sgsunder1@gmail.com>
|
||||
# Maintainer: Shyam Sunder <sgsunder1@gmail.com>
|
||||
pkgname=ctop
|
||||
pkgver=0.7.2
|
||||
pkgrel=0
|
||||
pkgdesc="Top-like interface for container metrics"
|
||||
url="https://ctop.sh/"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
depends="docker"
|
||||
makedepends="go dep"
|
||||
options="!check" # No test suite
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/bcicen/$pkgname/archive/v$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
make build
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 "$builddir"/ctop \
|
||||
"$pkgdir"/usr/bin/ctop
|
||||
}
|
||||
|
||||
sha512sums="d5ef30800534b85b41215170f588cf2ad6460fb7a3fb1d1921ff1f8a7e6c515c76cdb2a089da1ae91067b3893e8a83fcea5616c2ace372bca2394dd57e22c887 ctop-0.7.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user