mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: conmon-0.2.0.
This commit is contained in:
parent
89b41e43d4
commit
4b9a41ab1a
1 changed files with 19 additions and 0 deletions
19
srcpkgs/conmon/template
Normal file
19
srcpkgs/conmon/template
Normal file
|
@ -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 <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"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue