void-packages/srcpkgs/conmon/template
2019-12-15 09:21:48 +01:00

19 lines
579 B
Bash

# Template file for 'conmon'
pkgname=conmon
version=2.0.7
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"
checksum=abe4e1cc02505c81857c1eeced008a24b4dd41659d42a1e3395754fb063aef36
do_install() {
vbin bin/conmon
vmkdir usr/libexec/podman
ln -sf ../../bin/conmon "${DESTDIR}/usr/libexec/podman"
}