19 lines
579 B
Bash
19 lines
579 B
Bash
# Template file for 'conmon'
|
|
pkgname=conmon
|
|
version=2.0.2
|
|
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=addb8bf418cc81991e2564a6c264b02d596a0678960f54cfb0e233d837922b2a
|
|
|
|
do_install() {
|
|
vbin bin/conmon
|
|
vmkdir usr/libexec/podman
|
|
ln -sf ../../bin/conmon "${DESTDIR}/usr/libexec/podman"
|
|
}
|