mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
conmon: update to 0.3.0.
This commit is contained in:
parent
59e72e2f9d
commit
60b3ab27dc
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'conmon'
|
# Template file for 'conmon'
|
||||||
pkgname=conmon
|
pkgname=conmon
|
||||||
version=0.2.0
|
version=0.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,10 +10,10 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containers/conmon"
|
homepage="https://github.com/containers/conmon"
|
||||||
distfiles="https://github.com/containers/conmon/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containers/conmon/archive/v${version}.tar.gz"
|
||||||
checksum=e05637da04a846593c1a491f06469ec9152cffbfda61f77a79d252c61e9af045
|
checksum=32db4ea508a9ff0266b8695ae32604869994371a5a09436438c366a09ddcc1df
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall bin/conmon 0755 usr/bin
|
vbin bin/conmon
|
||||||
vmkdir usr/libexec/podman
|
vmkdir usr/libexec/podman
|
||||||
ln -sf ../../bin/conmon "${DESTDIR}/usr/libexec/podman"
|
ln -sf ../../bin/conmon "${DESTDIR}/usr/libexec/podman"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue