Skip to content
Open
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
17 changes: 17 additions & 0 deletions srcpkgs/updo/template
Original file line number Diff line number Diff line change
@@ -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
}