diff --git a/srcpkgs/conmon/template b/srcpkgs/conmon/template new file mode 100644 index 00000000000..3800857e9b0 --- /dev/null +++ b/srcpkgs/conmon/template @@ -0,0 +1,19 @@ +# Template file for 'conmon' +pkgname=conmon +version=0.2.0 +revision=1 +build_style=gnu-makefile +hostmakedepends="pkg-config" +makedepends="libglib-devel" +short_desc="OCI container runtime monitor" +maintainer="Cameron Nemo " +license="Apache-2.0" +homepage="https://github.com/containers/conmon" +distfiles="https://github.com/containers/conmon/archive/v${version}.tar.gz" +checksum=e05637da04a846593c1a491f06469ec9152cffbfda61f77a79d252c61e9af045 + +do_install() { + vinstall bin/conmon 0755 usr/bin + vmkdir usr/libexec/podman + ln -sf ../../bin/conmon "${DESTDIR}/usr/libexec/podman" +}