We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e6516 commit f08468eCopy full SHA for f08468e
3 files changed
srcpkgs/podman-healthcheckd/files/podman-healthcheckd/run
@@ -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
srcpkgs/podman-healthcheckd/template
@@ -0,0 +1,17 @@
+# Template file for 'podman-healthcheckd'
+pkgname=podman-healthcheckd
+version=v0.1.3
+revision=1
+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