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 +}