Skip to content

Commit

Permalink
write a dummy .rb formula
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcai314 committed Sep 19, 2023
1 parent ab45f33 commit 9613ad9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Formula/cowponder.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
class Cowponder < Formula
desc "Description of your package"
homepage "https://example.com"
url "https://example.com/your-package/archive/v1.0.0.tar.gz"
sha256 "checksum"

# Additional options and dependencies can be specified here

def install
# Build and install your package here
end

test do
# Add some test cases here if applicable
end
end

0 comments on commit 9613ad9

Please sign in to comment.