void-packages/srcpkgs/conmon/template

20 lines
579 B
Bash
Raw Normal View History

2019-06-08 05:04:19 +00:00
# Template file for 'conmon'
pkgname=conmon
2019-08-11 20:47:16 +00:00
version=2.0.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-08-11 20:47:16 +00:00
checksum=841ee6c8085f4d1092a330481b2d56ddaceedee9e78aa6698765bf2a693e06e7
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"
}