Skip to content

Commit 361f9a2

Browse files
committed
New package: podman-healthcheckd-v0.1.3
1 parent a0e2a7d commit 361f9a2

3 files changed

Lines changed: 30 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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Template file for 'podman-healthcheckd'
2+
pkgname=podman-healthcheckd
3+
version=v0.1.3
4+
revision=1
5+
#archs="i686 x86_64"
6+
build_style=cargo
7+
#conf_files=""
8+
#make_dirs="/var/log/dir 0755 root root"
9+
hostmakedepends=""
10+
makedepends=""
11+
depends=""
12+
short_desc="A lightweight Rust daemon that schedules Podman healthchecks"
13+
maintainer="Gerardo Di Iorio <[email protected]>"
14+
license="MIT"
15+
homepage="https://github.com/franzos/podman-healthcheckd"
16+
#changelog=""
17+
distfiles="${homepage}/archive/refs/tags/v0.1.3.tar.gz"
18+
checksum=c563ff0e8dbcc4e90c7a929f8b7a5161f986bcb0b7b3a79b3cff17ea846d38e4
19+
20+
post_install() {
21+
vdoc README.md
22+
vlicense LICENSE
23+
vsv podman-healthcheckd
24+
}
25+

0 commit comments

Comments
 (0)