lastpass-cli: update to 1.3.7

This commit is contained in:
Felix Van der Jeugt 2023-12-19 23:06:13 +01:00 committed by classabbyamp
parent b903eeadc4
commit 245ceb1611

View file

@ -1,7 +1,7 @@
# Template file for 'lastpass-cli' # Template file for 'lastpass-cli'
pkgname=lastpass-cli pkgname=lastpass-cli
version=1.3.3 version=1.3.7
revision=5 revision=1
build_style=cmake build_style=cmake
make_install_target="install install-doc" make_install_target="install install-doc"
hostmakedepends="asciidoc pkg-config" hostmakedepends="asciidoc pkg-config"
@ -12,10 +12,16 @@ license="GPL-2.0-or-later"
homepage="https://lastpass.com/" homepage="https://lastpass.com/"
changelog="https://github.com/lastpass/${pkgname}/blob/v${version}/CHANGELOG.md" changelog="https://github.com/lastpass/${pkgname}/blob/v${version}/CHANGELOG.md"
distfiles="https://github.com/lastpass/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/lastpass/${pkgname}/archive/v${version}.tar.gz"
checksum=f38e1ee7e06e660433a575a23b061c2f66ec666d746e988716b2c88de59aed73 checksum=3fb1373fc05d568599da7657fcff801cbaa704254f00bb8e13d4510cb236be90
CFLAGS="-fcommon" CFLAGS="-fcommon"
do_check() {
cd build
ninja "${makejobs}" lpass-test
ctest --force-new-ctest-process
}
post_install() { post_install() {
vmkdir usr/share/examples/lpass vmkdir usr/share/examples/lpass
vcopy contrib/examples/* usr/share/examples/lpass vcopy contrib/examples/* usr/share/examples/lpass