changeset 2:e9bd12893cfd

Fix formula name and make libbsd optional to avoid warnings
author Louis Opter <louis@uber.com>
date Fri, 04 Sep 2015 02:14:52 -0700
parents 83d3fcaf7474
children 049fad39f2fe
files lightsd.rb
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lightsd.rb	Fri Sep 04 02:04:00 2015 -0700
+++ b/lightsd.rb	Fri Sep 04 02:14:52 2015 -0700
@@ -1,11 +1,13 @@
-class Etl < Formula
+require "formula"
+
+class Lightsd < Formula
   desc "Daemon to control your LIFX wifi smart bulbs"
   homepage "https://github.com/lopter/lightsd/"
   url "https://api.github.com/repos/lopter/lightsd/tarball/0.9.1"
   sha256 "ef4f8056bf39c8f2c440e442f047cafce1c102e565bb007791a27f77588157c2"
 
   depends_on "cmake" => :build
-  depends_on "libbsd" => :recommended
+  depends_on "libbsd" => :optional
   depends_on "libevent" => :build
   depends_on "python" => :optional