# Template file for 'upterm' pkgname=upterm version=0.8.2 revision=1 build_style=go go_import_path="github.com/owenthereal/upterm" go_package="${go_import_path}/cmd/upterm" short_desc="Secure Terminal Sharing" maintainer="Hervy Qurrotul Ainur Rozi " license="Apache-2.0" homepage="https://github.com/owenthereal/upterm/" distfiles="https://github.com/owenthereal/upterm/archive/refs/tags/v$version.tar.gz" checksum=4b85cf8207ffce051f2c391905fd58514c98c3fd5ff890d7340fcfd3a0ea7b8e post_install() { vcompletion etc/completion/upterm.zsh_completion zsh vcompletion etc/completion/upterm.bash_completion.sh bash for man in etc/man/man1/*.1; do vman "${man}" done }