[arch-commits] Commit in lastpass-cli (5 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Fri Jun 23 08:24:24 UTC 2017
Date: Friday, June 23, 2017 @ 08:24:24
Author: mtorromeo
Revision: 240242
archrelease: copy trunk to community-i686, community-x86_64
Added:
lastpass-cli/repos/
lastpass-cli/repos/community-i686/
lastpass-cli/repos/community-i686/PKGBUILD
(from rev 240241, lastpass-cli/trunk/PKGBUILD)
lastpass-cli/repos/community-x86_64/
lastpass-cli/repos/community-x86_64/PKGBUILD
(from rev 240241, lastpass-cli/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: lastpass-cli/repos/community-i686/PKGBUILD (from rev 240241, lastpass-cli/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2017-06-23 08:24:24 UTC (rev 240242)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Oliver Lantwin <olantwin+aur at gmail.com>
+# Contributor: Gabriel Peixoto <gabrielrcp at gmail.com>
+
+pkgname=lastpass-cli
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="LastPass command line interface tool"
+arch=('i686' 'x86_64')
+url="https://lastpass.com/"
+license=('GPL2')
+depends=('openssl' 'curl' 'libxml2')
+makedepends=('asciidoc' 'cmake')
+optdepends=('xclip: clipboard support'
+ 'pinentry: securely read passwords')
+source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('17bd9413933ac34d86793c38578298c122835a85132b827fb2fc782b24034aef')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="$pkgdir" install install-doc
+}
+
+# vim:set ts=2 sw=2 et:
Copied: lastpass-cli/repos/community-x86_64/PKGBUILD (from rev 240241, lastpass-cli/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-06-23 08:24:24 UTC (rev 240242)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Oliver Lantwin <olantwin+aur at gmail.com>
+# Contributor: Gabriel Peixoto <gabrielrcp at gmail.com>
+
+pkgname=lastpass-cli
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="LastPass command line interface tool"
+arch=('i686' 'x86_64')
+url="https://lastpass.com/"
+license=('GPL2')
+depends=('openssl' 'curl' 'libxml2')
+makedepends=('asciidoc' 'cmake')
+optdepends=('xclip: clipboard support'
+ 'pinentry: securely read passwords')
+source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('17bd9413933ac34d86793c38578298c122835a85132b827fb2fc782b24034aef')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="$pkgdir" install install-doc
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list