New package: updo-0.4.5

This commit is contained in:
Yushi
2026-03-17 03:36:35 +01:00
committed by Duncan Overbruck
parent 0b87de15a6
commit fd3ee43033
+17
View File
@@ -0,0 +1,17 @@
# Template file for 'updo'
pkgname=updo
version=0.4.5
revision=1
build_style=go
go_import_path=github.com/Owloops/updo
short_desc="Uptime monitoring CLI tool with alerting and advanced settings"
maintainer="Yushi <git@yushi.one>"
license="MIT"
homepage="https://github.com/Owloops/updo"
changelog="https://github.com/Owloops/updo/releases"
distfiles="https://github.com/Owloops/updo/archive/refs/tags/v${version}.tar.gz"
checksum=f43a6bbc056391de8056de8e37dda9eee3f8029661a0337b622e37a81f20d976
post_install() {
vlicense LICENSE
}