termux-packages/packages/lastpass-cli/build.sh
Leonid Pliushch 9c9e7f65b8 update maintainer info
Specifying Termux org members is more correct as we don't have repo-specific
maintainers for termux-packages.

DEB control field specification doesn't allow to specify multiple people as
package maintainers. Value "Termux members @termux" will be used as default
for that field which can be overridden on per-package basis if needed.

%ci:no-build
2020-05-13 11:05:52 +03:00

20 lines
781 B
Bash

TERMUX_PKG_HOMEPAGE=https://lastpass.com/
TERMUX_PKG_DESCRIPTION="LastPass command line interface tool"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.3.3
TERMUX_PKG_REVISION=5
TERMUX_PKG_SRCURL=https://github.com/lastpass/lastpass-cli/archive/v$TERMUX_PKG_VERSION/lastpass-cli-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=f38e1ee7e06e660433a575a23b061c2f66ec666d746e988716b2c88de59aed73
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/completions/lpass.fish
}