cockatrice: update description, homepage and minimum macOS (#23117)

Also, the docs were moved to the wiki, so don't try to install
non-existent files.
master
tooomm 2018-01-21 10:17:31 +01:00 committed by ilovezfs
parent 1f8d192291
commit 756aff60db
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
class Cockatrice < Formula
desc "Virtual tabletop for multiplayer card games"
homepage "https://github.com/Cockatrice/Cockatrice"
desc "Cross-platform virtual tabletop for multiplayer card games"
homepage "https://cockatrice.github.io/"
url "https://github.com/Cockatrice/Cockatrice.git",
:tag => "2017-11-19-Release-2.4.0",
:revision => "4d641eb0e723bf4f83343a3b3c6650a1008793f8"
@ -14,7 +14,7 @@ class Cockatrice < Formula
sha256 "bc12c371557059da0a1c277ed49208f495deb817275ca4b82a38e7713a90c99e" => :el_capitan
end
depends_on :macos => :mavericks
depends_on :macos => :el_capitan
depends_on "cmake" => :build
depends_on "protobuf"
depends_on "qt"
@ -30,7 +30,6 @@ class Cockatrice < Formula
system "make", "install"
prefix.install Dir["release/*.app"]
end
doc.install Dir["doc/usermanual/*"]
end
test do