1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 19:57:07 +00:00

enhance(main/lastpass-cli): Enable bash-completion (#20057)

This commit is contained in:
Biswapriyo Nath 2024-05-08 21:37:41 +05:30 committed by GitHub
parent 0929c5def4
commit ea5a5a6466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,12 @@ TERMUX_PKG_DESCRIPTION="LastPass command line interface tool"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.4.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/lastpass/lastpass-cli/archive/v$TERMUX_PKG_VERSION/lastpass-cli-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=99517545e4906230a1fb21a0c6c575210f127057ad5b50eeb3c8e9acb7edfca3
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libcurl, libxml2, openssl, pinentry"
TERMUX_PKG_BUILD_DEPENDS="bash-completion"
TERMUX_PKG_SUGGESTS="termux-api"
termux_step_post_make_install() {