From 9adbf9985af22b7edf5b8e14c2b3ae775156cdb3 Mon Sep 17 00:00:00 2001 From: Yushi Date: Sat, 13 Dec 2025 17:48:58 +0800 Subject: [PATCH] New package: updo-0.4.5 --- srcpkgs/updo/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/updo/template diff --git a/srcpkgs/updo/template b/srcpkgs/updo/template new file mode 100644 index 00000000000000..ab18cc6f001de7 --- /dev/null +++ b/srcpkgs/updo/template @@ -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 " +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 +}