mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
lastpass-cli: update to 1.1.2. (#5694)
This commit is contained in:
parent
f9eb382161
commit
f523f095c6
1 changed files with 5 additions and 11 deletions
|
@ -1,23 +1,17 @@
|
||||||
# Template file for 'lastpass-cli'
|
# Template file for 'lastpass-cli'
|
||||||
pkgname=lastpass-cli
|
pkgname=lastpass-cli
|
||||||
version=1.0.0
|
version=1.1.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=cmake
|
||||||
make_build_target="all doc"
|
|
||||||
make_install_target="install install-doc"
|
make_install_target="install install-doc"
|
||||||
hostmakedepends="pkg-config asciidoc"
|
hostmakedepends="pkg-config asciidoc"
|
||||||
makedepends="libressl-devel libcurl-devel libxml2-devel"
|
makedepends="libressl-devel libcurl-devel libxml2-devel bash-completion"
|
||||||
short_desc="Command line interface to LastPass.com"
|
short_desc="Command line interface to LastPass.com"
|
||||||
maintainer="Michael Carlberg <c@rlberg.se>"
|
maintainer="Michael Carlberg <c@rlberg.se>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://lastpass.com/"
|
homepage="https://lastpass.com/"
|
||||||
distfiles="https://github.com/lastpass/lastpass-cli/archive/v${version}.tar.gz"
|
distfiles="https://github.com/lastpass/lastpass-cli/archive/v${version}.tar.gz"
|
||||||
checksum=42096c0bd3972b0e9cc9cef32fbf141e47b04b9e2387fb3abe8b105e135fb41e
|
checksum=bc737d8e6d713c8aecdfb7f34b29aa9a8ae9b1e9ba80b31059686b18591a8c39
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i 's/^CFLAGS +=/override CFLAGS +=/g' Makefile
|
|
||||||
sed -i 's/^LDLIBS +=/override LDLIBS +=/g' Makefile
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/examples/lpass
|
vmkdir usr/share/examples/lpass
|
||||||
|
|
Loading…
Add table
Reference in a new issue