mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
21 lines
828 B
Bash
21 lines
828 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.4
|
|
TERMUX_PKG_SRCURL=https://github.com/lastpass/lastpass-cli/archive/v$TERMUX_PKG_VERSION/lastpass-cli-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=f747e42dac3441131f9ebf0c119f27c57e8701968de7718224c2cdeb91300b6b
|
|
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
|
|
}
|