pkgsrc/security/lastpass-cli/Makefile

26 lines
673 B
Makefile
Raw Normal View History

2021-12-08 17:01:42 +01:00
# $NetBSD: Makefile,v 1.21 2021/12/08 16:06:19 adam Exp $
lastpass-cli: Update to 1.3.1. # Version 1.3.1 * Revert "pins: remove GlobalSign R1/R3 pins" from Robert Copeland * Readme update from Wesley Schwengle * Add Dockerfile to create a clean build environment from Wesley Schwengle * Missing dependencies in readme * Added CLion project files to ignore list # Version 1.3.0 * `lpass show` now supports `--json` format * `lpass show` now supports `--quiet` flag to suppress prompts, from Pau Sanchez * `lpass import` has `--keep-dupes` flag which will preserve duplicate accounts on import * `LPASS_PINENTRY` environment variable may now be used to set custom path to pinentry, from Martynas Mickevičius * Build fix for aarch64 and others from Natanael Copa * New fish completions from Israel Chauca Fuentes * Zsh completions from Richard Hillmann * Brew build instructions updates from Roger D. Winans * bugfix: site notes now show up in notes textarea instead of fields * spelling fixes from Josh Soref # Version 1.2.2 * `lpass ls --format` now supports "%al" to show URL, from Yikai Zhao * $VISUAL can be used in preference to $EDITOR, from Wesley Schwengle * `lpass edit` can now directly edit multiline ssh keys * fields are now preserved when edited with `lpass edit` * Bugfix: use-after-free in http.c fixed, from Björn Ketelaars * Bugfix: command-line completion now works for names with spaces * Bugfix: loading attachments from shared folders now works, from Spencer Whyte * Debian packing updates from Hannes Hörl * Documentation updates from Darragh Grealish and Steven Liekens
2018-05-17 16:06:58 +02:00
DISTNAME= lastpass-cli-1.3.1
2021-12-08 17:01:42 +01:00
PKGREVISION= 16
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=lastpass/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/lastpass/lastpass-cli/
COMMENT= Command line interface to LastPass.com
LICENSE= gnu-gpl-v2
DEPENDS+= asciidoc>=0:../../textproc/asciidoc
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS= pkg-config
INSTALL_TARGET= install install-doc
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"