void-packages/srcpkgs/lastpass-cli/template
2019-03-22 13:04:59 -03:00

20 lines
738 B
Bash

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