19 lines
596 B
Bash
19 lines
596 B
Bash
# 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 <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=e05637da04a846593c1a491f06469ec9152cffbfda61f77a79d252c61e9af045
|
|
|
|
do_install() {
|
|
vinstall bin/conmon 0755 usr/bin
|
|
vmkdir usr/libexec/podman
|
|
ln -sf ../../bin/conmon "${DESTDIR}/usr/libexec/podman"
|
|
}
|