aboutsummaryrefslogtreecommitdiffstats
path: root/testing/conmon/APKBUILD
blob: d3860c467aee242d7c0a004adce31df5c92a9d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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"