summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorVlad Glagolev2018-05-24 21:30:29 -0400
committerVlad Glagolev2018-05-24 21:30:29 -0400
commit54a7d38922014a4e91f29093d8f85dc688c221dc (patch)
treedde7874afc4503fd02efbfa9b4ad2b285c158cbf /security
parentf7a0c2c29a3a746b4d068d8d91dde9df73481ea8 (diff)
lastpass-cli: new spell, LastPass command line interface tool
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/lastpass-cli/BUILD1
-rwxr-xr-xsecurity/lastpass-cli/DEPENDS9
-rwxr-xr-xsecurity/lastpass-cli/DETAILS15
-rw-r--r--security/lastpass-cli/HISTORY2
-rwxr-xr-xsecurity/lastpass-cli/INSTALL5
5 files changed, 32 insertions, 0 deletions
diff --git a/security/lastpass-cli/BUILD b/security/lastpass-cli/BUILD
new file mode 100755
index 0000000000..e013b8d866
--- /dev/null
+++ b/security/lastpass-cli/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/security/lastpass-cli/DEPENDS b/security/lastpass-cli/DEPENDS
new file mode 100755
index 0000000000..e8aead8815
--- /dev/null
+++ b/security/lastpass-cli/DEPENDS
@@ -0,0 +1,9 @@
+depends cmake &&
+depends SSL &&
+depends curl &&
+depends libxml2 &&
+
+suggest_depends asciidoc "" "" "for documentation" &&
+suggest_depends pinentry "" "" "for entering passwords via pinentry" &&
+suggest_depends xclip "" "" "for clipboard support via xclip" &&
+suggest_depends xsel "" "" "for clipboard support via xsel"
diff --git a/security/lastpass-cli/DETAILS b/security/lastpass-cli/DETAILS
new file mode 100755
index 0000000000..1e5d97b40f
--- /dev/null
+++ b/security/lastpass-cli/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=lastpass-cli
+ VERSION=1.3.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/lastpass/${SPELL}/releases/download/v${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:092d28dc459719e662fbb2c5e92e8cc75be108aa9d7b62569ee44cb34dd9588e78151fdc5ad114c30e8de21c0b8803edc41db9295548c7cbfe6e537c9a52aad2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/lastpass/lastpass-cli
+ LICENSE[0]=GPL
+ ENTERED=20180524
+ KEYWORDS="lastpass"
+ SHORT="LastPass command line interface tool"
+cat << EOF
+lastpass-cli is an open-source command-line interface to the popular LastPass
+password management service.
+EOF
diff --git a/security/lastpass-cli/HISTORY b/security/lastpass-cli/HISTORY
new file mode 100644
index 0000000000..f8270bcb76
--- /dev/null
+++ b/security/lastpass-cli/HISTORY
@@ -0,0 +1,2 @@
+2018-05-24 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: created spell, version 1.3.1
diff --git a/security/lastpass-cli/INSTALL b/security/lastpass-cli/INSTALL
new file mode 100755
index 0000000000..4f0f9ef2f5
--- /dev/null
+++ b/security/lastpass-cli/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+
+if is_depends_enabled ${SPELL} asciidoc; then
+ make install-doc
+fi