Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions srcpkgs/podman-healthcheckd/files/podman-healthcheckd/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

exec 2>&1
export RUST_LOG=info
exec podman-healthcheckd
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems wrong?

Empty file.
18 changes: 18 additions & 0 deletions srcpkgs/podman-healthcheckd/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'podman-healthcheckd'
pkgname=podman-healthcheckd
version=0.1.3
revision=1
build_style=cargo
short_desc="Lightweight Rust daemon that schedules Podman healthchecks"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="MIT"
homepage="https://github.com/franzos/podman-healthcheckd"
Comment thread
Duncaen marked this conversation as resolved.
changelog="https://github.com/franzos/podman-healthcheckd/releases"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=c563ff0e8dbcc4e90c7a929f8b7a5161f986bcb0b7b3a79b3cff17ea846d38e4

post_install() {
vdoc README.md
vlicense LICENSE
vsv podman-healthcheckd
}