-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
class CeramicOne < Formula | ||
desc "Implementation of the Ceramic protocol in Rust" | ||
Check failure on line 2 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
|
||
homepage "https://ceramic.network" | ||
Check failure on line 3 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
|
||
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.25.0/ceramic-one_aarch64-apple-darwin_brew-test.tar.gz" | ||
Check failure on line 4 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
|
||
sha256 "5470e699784ec7a679937ad4a0c5f19c7559b025b680b0c7206c78c7e4e58df5" | ||
Check failure on line 5 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
|
||
version "0.25.0" | ||
Check failure on line 6 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
Check failure on line 6 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
Check failure on line 6 in Formula/ceramic-one.rb GitHub Actions / test-bot (macos-14)
|
||
|
||
Check failure on line 7 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
|
||
def install | ||
Check failure on line 8 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
|
||
bin.install "ceramic-one" | ||
end | ||
end | ||
Check failure on line 11 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
|
||
|
||
Check failure on line 12 in Formula/ceramic-one.rb GitHub Actions / test-bot (ubuntu-22.04)
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
# Ceramicnetwork Tap | ||
|
||
## How do I install these formulae? | ||
|
||
`brew install ceramicnetwork/tap/<formula>` | ||
## What formulae are available? | ||
|
||
Or `brew tap ceramicnetwork/tap` and then `brew install <formula>`. | ||
- [ceramic-one](https://github.com/ceramicnetwork/rust-ceramic/) | ||
|
||
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`: | ||
## How do I install these formulae? | ||
|
||
```ruby | ||
tap "ceramicnetwork/tap" | ||
brew "<formula>" | ||
``` | ||
`brew install ceramicnetwork/tap/ceramic-one` | ||
|
||
## Documentation | ||
Or `brew tap ceramicnetwork/tap` and then `brew install ceramic-one`. | ||
|
||
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh). |