Files
termux-packages/packages/lastpass-cli/build.sh
termux-pacman-bot d9cf44e45b upgpkg(main/lastpass-cli): 1.3.7
Signed-off-by: Kevin Williams <admin@utermux.dev>
2023-11-11 03:31:07 +00:00

21 lines
830 B
Bash

TERMUX_PKG_HOMEPAGE=https://lastpass.com/
TERMUX_PKG_DESCRIPTION="LastPass command line interface tool"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.3.7"
TERMUX_PKG_SRCURL=https://github.com/lastpass/lastpass-cli/archive/v$TERMUX_PKG_VERSION/lastpass-cli-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=3fb1373fc05d568599da7657fcff801cbaa704254f00bb8e13d4510cb236be90
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libcurl, libxml2, openssl, pinentry"
TERMUX_PKG_SUGGESTS="termux-api"
termux_step_post_make_install() {
ninja install-doc
install -Dm600 "$TERMUX_PKG_SRCDIR"/contrib/lpass_zsh_completion \
"$TERMUX_PREFIX"/share/zsh/site-functions/_lpass
install -Dm600 "$TERMUX_PKG_SRCDIR"/contrib/completions-lpass.fish \
"$TERMUX_PREFIX"/share/fish/vendor_completions.d/lpass.fish
}