2019-06-08 05:04:19 +00:00
|
|
|
# Template file for 'conmon'
|
|
|
|
pkgname=conmon
|
2019-07-06 05:01:33 +00:00
|
|
|
version=0.3.0
|
2019-06-08 05:04:19 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libglib-devel"
|
|
|
|
short_desc="OCI container runtime monitor"
|
|
|
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
|
|
|
license="Apache-2.0"
|
|
|
|
homepage="https://github.com/containers/conmon"
|
|
|
|
distfiles="https://github.com/containers/conmon/archive/v${version}.tar.gz"
|
2019-07-06 05:01:33 +00:00
|
|
|
checksum=32db4ea508a9ff0266b8695ae32604869994371a5a09436438c366a09ddcc1df
|
2019-06-08 05:04:19 +00:00
|
|
|
|
|
|
|
do_install() {
|
2019-07-06 05:01:33 +00:00
|
|
|
vbin bin/conmon
|
2019-06-08 05:04:19 +00:00
|
|
|
vmkdir usr/libexec/podman
|
|
|
|
ln -sf ../../bin/conmon "${DESTDIR}/usr/libexec/podman"
|
|
|
|
}
|