Commit Graph

2 Commits

Author SHA1 Message Date
Rui Chen 6eaa69b988 feat: migrate gitea to homebrew-core (#178)
Same to tea, we have incorporated gitea into homebrew-core as well. (PR, https://github.com/Homebrew/homebrew-core/pull/141302). I think we can just transition to core. Thanks!

This is the formula page, https://formulae.brew.sh/formula/gitea

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/178
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Co-committed-by: Rui Chen <rui@chenrui.dev>
2023-09-14 05:37:30 +00:00
Rui Chen 9ff199e4dc feat: migrate tea into homebrew-core (#175)
Currently both are supported in homebrew-core, so it might be a good idea to consolidate and increase the collaborations :)

```
$ brew install tea
Warning: Treating tea as a formula. For the cask, use homebrew/cask/tea
==> Fetching tea
==> Downloading https://ghcr.io/v2/homebrew/core/tea/manifests/0.9.2
######################################################################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/tea/blobs/sha256:29e52360a6c2dcb368442a59161640e1cf96e565ab59d1520e42c6a2ce38b
######################################################################################################################## 100.0%
==> Pouring tea--0.9.2.arm64_ventura.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /opt/homebrew/etc/bash_completion.d
==> Summary
🍺  /opt/homebrew/Cellar/tea/0.9.2: 9 files, 20.7MB
```

For head build, it would be:
```
$ brew install --HEAD tea
```

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/175
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Co-committed-by: Rui Chen <rui@chenrui.dev>
2023-09-04 04:10:36 +00:00