Skip to content

Commit

Permalink
merge from origin
Browse files Browse the repository at this point in the history
  • Loading branch information
markwu committed Mar 31, 2022
2 parents b89c8bb + 791b1a3 commit ac90066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 36 deletions.
35 changes: 0 additions & 35 deletions Formula/glogg.rb

This file was deleted.

4 changes: 3 additions & 1 deletion Formula/zeal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ class Zeal < Formula
head "https://github.com/zealdocs/zeal.git"

depends_on "cmake" => :build
depends_on "qt"
depends_on "qt@5"
depends_on "libarchive"

def install
# system "git fetch --tags"
# system "git fetch --prune --unshallow"
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make"
Expand Down

0 comments on commit ac90066

Please sign in to comment.