void-packages/srcpkgs/lastpass-cli/template
Diogo Leal e256871bc8 lastpass-cli: update to 1.2.1
Closes: #6934 [via git-merge-pr]
2017-07-02 23:01:07 -07:00

19 lines
653 B
Bash

# Template file for 'lastpass-cli'
pkgname=lastpass-cli
version=1.2.1
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"
homepage="https://lastpass.com/"
distfiles="https://github.com/lastpass/${pkgname}/archive/v${version}.tar.gz"
checksum=1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456
post_install() {
vmkdir usr/share/examples/lpass
vcopy contrib/examples/* usr/share/examples/lpass
}