Skip to content

Commit f08468e

Browse files
committed
New package: podman-healthcheckd-v0.1.3
1 parent f1e6516 commit f08468e

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
exec 2>&1
4+
RUST_LOG=info
5+
exec podman-healthcheckd

srcpkgs/podman-healthcheckd/log/run

Whitespace-only changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Template file for 'podman-healthcheckd'
2+
pkgname=podman-healthcheckd
3+
version=v0.1.3
4+
revision=1
5+
build_style=cargo
6+
short_desc="Lightweight Rust daemon that schedules Podman healthchecks"
7+
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
8+
license="MIT"
9+
homepage="https://github.com/franzos/podman-healthcheckd"
10+
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
11+
checksum=c563ff0e8dbcc4e90c7a929f8b7a5161f986bcb0b7b3a79b3cff17ea846d38e4
12+
13+
post_install() {
14+
vdoc README.md
15+
vlicense LICENSE
16+
vsv podman-healthcheckd
17+
}

0 commit comments

Comments
 (0)