mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-22 06:02:18 +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.15
|
|
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="0bf85d0f2f85c2dd38084937615a0447a6abe72bde8ec87b9e8de362e1f171fe68a7dfcb6594a6b3184acf832f83147f061d9ee2989c35835440ea78319ecd17 conmon-2.0.15.tar.gz"
|