Skip to content

Commit

Permalink
alright thats enough ruby for today
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcai314 committed Sep 19, 2023
1 parent 5ce502c commit e3d26af
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Formula/Cowponder.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
class Cowponder < Formula
desc "Description of your package"
homepage "https://example.com"
url "https://example.com/your-package/archive/v1.0.0.tar.gz"
desc "A simple terminal command that displays randomly selected philosophical thoughts from a cow"

Check failure on line 2 in Formula/Cowponder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Desc: Description is too long. It should be less than 80 characters. The current length is 91.

Check failure on line 2 in Formula/Cowponder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Desc: Description shouldn't start with an article.
homepage "https://github.com/maxcai314/homebrew-cowponder"
url "https://xz.ax/cowponder-homebrew-v0.0.1.tar.gz"
sha256 "checksum"

Check failure on line 5 in Formula/Cowponder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Checksum: sha256 should be 64 characters

Check failure on line 5 in Formula/Cowponder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Checksum: sha256 contains invalid characters

# Additional options and dependencies can be specified here
depends_on "python@3"
depends_on "cowsay"

Check failure on line 9 in Formula/Cowponder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

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

def install
# Build and install your package here
Expand Down

0 comments on commit e3d26af

Please sign in to comment.