mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-04 23:42:07 +01:00
27 lines
582 B
Plaintext
27 lines
582 B
Plaintext
# Contributor:
|
|
# Maintainer:
|
|
pkgname=conmon
|
|
pkgver=2.0.8
|
|
pkgrel=0
|
|
pkgdesc="An OCI container runtime monitor"
|
|
url="https://github.com/containers/conmon"
|
|
arch="all"
|
|
license="Apache-2.0"
|
|
makedepends="glib-dev"
|
|
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="5601701b2c9dd8fa0e0cc9112f74c41b647b42e4f0ed3ddb7e6aa8ef2baf9a5fc872eac7cf1aa389071069104735afdd4acb75e53cc7a15c69aa33e825a7ddf6 conmon-2.0.8.tar.gz"
|