aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lastpass-cli.rb
diff options
context:
space:
mode:
authorDominyk Tiller2015-03-13 23:19:00 +0000
committerTim D. Smith2015-03-14 07:52:08 -0700
commite879446f7fa9aed707be76560d8acafd8eefaf0e (patch)
treea923c416b60b93c347c617de709f2c30655bdaa9 /Library/Formula/lastpass-cli.rb
parentf5108f3cc21514981a52d29dceaeaca36d282215 (diff)
downloadhomebrew-e879446f7fa9aed707be76560d8acafd8eefaf0e.tar.bz2
lastpass-cli 0.5.0
Closes #37684. Closes #37699. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/lastpass-cli.rb')
-rw-r--r--Library/Formula/lastpass-cli.rb17
1 files changed, 5 insertions, 12 deletions
diff --git a/Library/Formula/lastpass-cli.rb b/Library/Formula/lastpass-cli.rb
index cb0df4850..6be34a5d3 100644
--- a/Library/Formula/lastpass-cli.rb
+++ b/Library/Formula/lastpass-cli.rb
@@ -1,28 +1,21 @@
-require "formula"
-
class LastpassCli < Formula
homepage "https://github.com/lastpass/lastpass-cli"
- url "https://github.com/lastpass/lastpass-cli/archive/v0.4.0.tar.gz"
- sha1 "2c5766be2ad5bca398ed7615ddadde9c5bbf0ecd"
+ url "https://github.com/lastpass/lastpass-cli/archive/v0.5.0.tar.gz"
+ sha256 "09e7b1e5c1520db2a34a49e7ae07e5b3a7555a4ed2490ed7b56f047065bca812"
head "https://github.com/lastpass/lastpass-cli.git"
- revision 1
bottle do
cellar :any
- revision 1
sha1 "00b5e1e8dfa6218820407b81deb36e1ed8962add" => :yosemite
sha1 "c3daa164c62caa821634ebb9ff6a67952d7638fe" => :mavericks
sha1 "3661870b984015eac001c67d6484a0850b7d6110" => :mountain_lion
end
- depends_on "openssl"
- depends_on "pinentry" => :optional
-
option "with-doc", "Install man pages"
- if build.with? "doc"
- depends_on "asciidoc" => :build
- end
+ depends_on "asciidoc" => :build if build.with? "doc"
+ depends_on "openssl"
+ depends_on "pinentry" => :optional
def install
system "make", "PREFIX=#{prefix}", "install"