File tree Expand file tree Collapse file tree
srcpkgs/podman-healthcheckd
files/podman-healthcheckd Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ exec 2>&1
4+ RUST_LOG=info
5+ exec podman-healthcheckd
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments