Skip to content

Commit

Permalink
add the make build dependency for now, cus i might use it for the ins…
Browse files Browse the repository at this point in the history
…tall script
  • Loading branch information
maxcai314 committed Sep 19, 2023
1 parent c20b61e commit 2bf0b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/Cowponder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Cowponder < Formula
# sha256 "checksum" # this is a later issue

Check failure on line 5 in Formula/Cowponder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/CommentIndentation: Incorrect indentation detected (column 0 instead of 2).

# Additional options and dependencies can be specified here
depends_on "make" => :build
depends_on "python@3"
depends_on "cowsay"

Check failure on line 10 in Formula/Cowponder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/DependencyOrder: dependency "cowsay" (line 10) should be put before dependency "python@3" (line 9)

Expand Down

0 comments on commit 2bf0b7f

Please sign in to comment.