New package: upterm-0.7.6
This commit is contained in:
parent
2e7c14e9e5
commit
22b477311a
1 changed files with 21 additions and 0 deletions
21
srcpkgs/upterm/template
Normal file
21
srcpkgs/upterm/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'upterm'
|
||||
pkgname=upterm
|
||||
version=0.7.6
|
||||
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 <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=26ceb5eee035d4e1a08240aced75a20f2e54b1e192eef0bf5eb51d0195997f8c
|
||||
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue