void-packages/srcpkgs/lastpass-cli/template
2017-10-26 09:03:52 +02:00

20 lines
653 B
Bash

# Template file for 'lastpass-cli'
pkgname=lastpass-cli
version=1.2.2
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=26c93ae610932139dacaff2e0f916c5628def48bb4129b4099101cf4e6c7c499
post_install() {
vmkdir usr/share/examples/lpass
vcopy contrib/examples/* usr/share/examples/lpass
}