Skip to content
Draft
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
13 changes: 9 additions & 4 deletions srcpkgs/upterm/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Template file for 'upterm'
pkgname=upterm
version=0.10.0
revision=4
version=0.24.0
revision=1
build_style=go
go_import_path="github.com/owenthereal/upterm"
go_package="${go_import_path}/cmd/upterm"
go_package="${go_import_path}/cmd/upterm ${go_import_path}/cmd/uptermd"
short_desc="Secure Terminal Sharing"
maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
license="Apache-2.0"
homepage="https://github.com/owenthereal/upterm/"
distfiles="https://github.com/owenthereal/upterm/archive/refs/tags/v$version.tar.gz"
checksum=05409ae3a124d611221f64e87016d67cfd2d3a125fcfec95abb9a123acd9d1a2
checksum=263ef7af78f8fd0c6f480204b435ac4269b5baf04626c73ae92521b0c061a642

export CGO_ENABLED=0
# For TestEmbedded/TestCallbacks/singleNode#01/testHostClientCallback failure
# on i686
export MUTE_FLAKY_TESTS=yes

post_install() {
vcompletion etc/completion/upterm.zsh_completion zsh
Expand Down
Loading