void-packages/srcpkgs/lastpass-cli/template
maxice8 531f7e015f lastpass-cli: update to 1.3.0.
Closes: #12573 [via git-merge-pr]
2018-03-15 19:14:19 -07:00

20 lines
664 B
Bash

# Template file for 'lastpass-cli'
pkgname=lastpass-cli
version=1.3.0
revision=1
build_style=cmake
make_install_target="install install-doc"
hostmakedepends="pkg-config asciidoc"
makedepends="libressl-devel libcurl-devel libxml2-devel bash-completion"
short_desc="Command line interface to LastPass.com"
maintainer="Michael Carlberg <c@rlberg.se>"
license="GPL-2.0-or-later"
homepage="https://lastpass.com/"
distfiles="https://github.com/lastpass/${pkgname}/archive/v${version}.tar.gz"
checksum=bbcfd673d668287e773eef44da65fbd2f292daa213a39528f31037c528dbcfe4
post_install() {
vmkdir usr/share/examples/lpass
vcopy contrib/examples/* usr/share/examples/lpass
}