void-packages/srcpkgs/conmon/template

20 lines
579 B
Bash
Raw Normal View History

2019-06-08 07:04:19 +02:00
# Template file for 'conmon'
pkgname=conmon
2019-11-16 22:37:03 +01:00
version=2.0.3
2019-06-08 07:04:19 +02: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-11-16 22:37:03 +01:00
checksum=50cc36636c32a343f4c9f5ab6b9f7f5edd5d6ef7c9c403793f799f6605597718
2019-06-08 07:04:19 +02:00
do_install() {
2019-07-06 07:01:33 +02:00
vbin bin/conmon
2019-06-08 07:04:19 +02:00
vmkdir usr/libexec/podman
ln -sf ../../bin/conmon "${DESTDIR}/usr/libexec/podman"
}