Skip to content

Commit

Permalink
perkeep: rename from camlistore
Browse files Browse the repository at this point in the history
remove sqlite dependency

Closes Homebrew#22134.

Signed-off-by: ilovezfs <[email protected]>
  • Loading branch information
AdamVig authored and ilovezfs committed Dec 26, 2017
1 parent 1091d3e commit 72c1181
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Aliases/camlistore
6 changes: 3 additions & 3 deletions Formula/camlistore.rb → Formula/perkeep.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Camlistore < Formula
desc "Content-addressable multi-layer indexed storage"
class Perkeep < Formula
desc "Lets you permanently keep your stuff, for life"
homepage "https://camlistore.org"
url "https://github.com/camlistore/camlistore.git",
:tag => "0.9",
:revision => "7b78c50007780643798adf3fee4c84f3a10154c9"
revision 1
head "https://camlistore.googlesource.com/camlistore", :using => :git

bottle do
Expand All @@ -17,7 +18,6 @@ class Camlistore < Formula

depends_on "pkg-config" => :build
depends_on "go" => :build
depends_on "sqlite"

conflicts_with "hello", :because => "both install `hello` binaries"

Expand Down
1 change: 1 addition & 0 deletions formula_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"boost157": "[email protected]",
"boost159": "[email protected]",
"boost160": "[email protected]",
"camlistore": "perkeep",
"cassandra21": "[email protected]",
"cassandra22": "[email protected]",
"clang-format38": "[email protected]",
Expand Down

0 comments on commit 72c1181

Please sign in to comment.