perkeep: rename from camlistore
remove sqlite dependency Closes #22134. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
1091d3eb06
commit
72c11812c6
3 changed files with 5 additions and 3 deletions
1
Aliases/camlistore
Symbolic link
1
Aliases/camlistore
Symbolic link
|
@ -0,0 +1 @@
|
|||
../Formula/perkeep.rb
|
|
@ -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
|
||||
|
@ -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"
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
"boost157": "boost@1.57",
|
||||
"boost159": "boost@1.59",
|
||||
"boost160": "boost@1.60",
|
||||
"camlistore": "perkeep",
|
||||
"cassandra21": "cassandra@2.1",
|
||||
"cassandra22": "cassandra@2.2",
|
||||
"clang-format38": "clang-format@3.8",
|
||||
|
|
Loading…
Reference in a new issue