lastpass-cli: update to 1.0.0.
This commit is contained in:
parent
f09025e2a6
commit
96c3452f7a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lastpass-cli'
|
||||
pkgname=lastpass-cli
|
||||
version=0.9.0
|
||||
revision=2
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_target="all doc"
|
||||
make_install_target="install install-doc"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Michael Carlberg <c@rlberg.se>"
|
|||
license="GPL-2"
|
||||
homepage="https://lastpass.com/"
|
||||
distfiles="https://github.com/lastpass/lastpass-cli/archive/v${version}.tar.gz"
|
||||
checksum=e7314f0dfeec86add7c19c053ee34bb7a176e462e71727d2b345481d2d136800
|
||||
checksum=42096c0bd3972b0e9cc9cef32fbf141e47b04b9e2387fb3abe8b105e135fb41e
|
||||
|
||||
pre_build() {
|
||||
sed -i 's/^CFLAGS +=/override CFLAGS +=/g' Makefile
|
||||
|
@ -20,13 +20,6 @@ pre_build() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
#make DESTDIR="$DESTDIR" install install-doc
|
||||
|
||||
#vbin lpass
|
||||
#vman lpass.1
|
||||
|
||||
vinstall contrib/lpass_bash_completion 644 usr/share/bash-completion/completions lpass
|
||||
|
||||
vmkdir usr/share/examples/lpass
|
||||
vcopy contrib/examples/* usr/share/examples/lpass
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue