Gitea: Homebrew
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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>
1 week ago
.gitea feat: migrate gitea to homebrew-core (#178) 1 week ago
utils support m1 devices (#149) 2 years ago
.editorconfig Initial commit 7 years ago
CONTRIBUTING.md Add .github & update contributing/maintainers file 7 years ago
CONTRIBUTORS Initial commit 7 years ago
DCO Initial commit 7 years ago
LICENSE Initial commit 7 years ago
MAINTAINERS chore: enlist rui into maintainers and sort order alphabetically (#179) 2 weeks ago
README.md docs: improve README and update brew commands for act_runner (#165) 5 months ago
act_runner-head.rb chore: add licenses for formulae files (#173) 3 weeks ago
act_runner.rb chore: add licenses for formulae files (#173) 3 weeks ago
bump_version.sh feat: migrate gitea to homebrew-core (#178) 1 week ago
changelog.rb chore: add licenses for formulae files (#173) 3 weeks ago
tap_migrations.json feat: migrate gitea to homebrew-core (#178) 1 week ago

README.md

Gitea: Homebrew

Join the chat at https://img.shields.io/discord/322538954119184384.svg

Homebrew repository to install Gitea and tools on macOS.

Prepare

brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea

Install

gitea

brew install gitea
gitea -h

tea

brew install tea
tea -h

act_runner

brew install act_runner
act_runner -h

changelog

brew install changelog
changelog -h

Upgrade

In case you installed Gitea before v1.8.3, you still might have the old tap. In that case, you need to remove it and add the new tap via

brew untap go-gitea/gitea
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea

Once you updated the tap, you can upgrade via

brew update && brew upgrade gitea tea changelog act_runner

Uninstall

You can uninstall Gitea with

brew uninstall gitea tea changelog act_runner

Note that this will only uninstall the gitea binary. Your repositories, configuration, database, logs etc. are still kept in their locations (to check which folders Gitea is using, see Site administration -> Configuration).

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright (c) 2016 The Gitea Authors <https://gitea.io>