mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 11:31:56 +02:00
26 lines
666 B
Plaintext
26 lines
666 B
Plaintext
# Contributor: Michał Polański <michal@polanski.me>
|
|
# Maintainer: Michał Polański <michal@polanski.me>
|
|
pkgname=conmon
|
|
pkgver=2.0.10
|
|
pkgrel=0
|
|
pkgdesc="An OCI container runtime monitor"
|
|
url="https://github.com/containers/conmon"
|
|
arch="all"
|
|
license="Apache-2.0"
|
|
makedepends="glib-dev bash"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/containers/conmon/archive/v$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
check() {
|
|
./bin/conmon --version
|
|
}
|
|
|
|
package() {
|
|
make install PREFIX=/usr DESTDIR="$pkgdir"
|
|
}
|
|
|
|
sha512sums="f76962ce8dc68139ea8acf657ca6f2055ee8385536426715a51731d74dc1a78884c43448931eed3c300f3b2244b6d3747a4432685ce5f185e81521aad7a5355e conmon-2.0.10.tar.gz"
|