mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
lastpass-cli: update to 1.3.7
This commit is contained in:
parent
b903eeadc4
commit
245ceb1611
1 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lastpass-cli'
|
||||
pkgname=lastpass-cli
|
||||
version=1.3.3
|
||||
revision=5
|
||||
version=1.3.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
make_install_target="install install-doc"
|
||||
hostmakedepends="asciidoc pkg-config"
|
||||
|
@ -12,10 +12,16 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://lastpass.com/"
|
||||
changelog="https://github.com/lastpass/${pkgname}/blob/v${version}/CHANGELOG.md"
|
||||
distfiles="https://github.com/lastpass/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=f38e1ee7e06e660433a575a23b061c2f66ec666d746e988716b2c88de59aed73
|
||||
checksum=3fb1373fc05d568599da7657fcff801cbaa704254f00bb8e13d4510cb236be90
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
ninja "${makejobs}" lpass-test
|
||||
ctest --force-new-ctest-process
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/examples/lpass
|
||||
vcopy contrib/examples/* usr/share/examples/lpass
|
||||
|
|
Loading…
Add table
Reference in a new issue