plowshare: depend on libcaca instead of aview
Closes #5199. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
e00c739548
commit
cf207100df
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Plowshare < Formula
|
||||||
homepage "https://github.com/mcrapet/plowshare"
|
homepage "https://github.com/mcrapet/plowshare"
|
||||||
url "https://github.com/mcrapet/plowshare/archive/v2.1.5.tar.gz"
|
url "https://github.com/mcrapet/plowshare/archive/v2.1.5.tar.gz"
|
||||||
sha256 "31a1d379b738b007ff000107b03562bf73ed5f05d7fa1ebef50082f0799a59ce"
|
sha256 "31a1d379b738b007ff000107b03562bf73ed5f05d7fa1ebef50082f0799a59ce"
|
||||||
|
revision 1
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
@ -11,11 +12,11 @@ class Plowshare < Formula
|
||||||
sha256 "dd48bc1601b784affe7911585f1ff9ee02dc16c2202fd94c20d26e157beb4d98" => :mavericks
|
sha256 "dd48bc1601b784affe7911585f1ff9ee02dc16c2202fd94c20d26e157beb4d98" => :mavericks
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "aview"
|
|
||||||
depends_on "bash"
|
depends_on "bash"
|
||||||
depends_on "coreutils"
|
depends_on "coreutils"
|
||||||
depends_on "gnu-sed"
|
depends_on "gnu-sed"
|
||||||
depends_on "imagemagick" => "with-x11"
|
depends_on "imagemagick" => "with-x11"
|
||||||
|
depends_on "libcaca"
|
||||||
depends_on "recode"
|
depends_on "recode"
|
||||||
depends_on "spidermonkey"
|
depends_on "spidermonkey"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue