Gitea: Homebrew
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
techknowlogick a8bb811cc5
gitea 1.19.0
1 day ago
.github Add .github & update contributing/maintainers file 6 years ago
utils support m1 devices (#149) 1 year ago
.drone.yml Update '.drone.yml' 2 months ago
.editorconfig Initial commit 6 years ago
CONTRIBUTING.md Add .github & update contributing/maintainers file 6 years ago
CONTRIBUTORS Initial commit 6 years ago
DCO Initial commit 6 years ago
LICENSE Initial commit 6 years ago
MAINTAINERS Update MAINTAINERS file 4 years ago
README.md Update README to add tea and changelog (#103) 3 years ago
bump_version.sh Update gitea and change bump_script to save comments (#145) 1 year ago
changelog.rb Change branch name from master to main (#156) 5 months ago
gitea-head.rb relative require? (#150) 1 year ago
gitea.rb gitea 1.19.0 1 day ago
tea-head.rb Change branch name from master to main (#156) 5 months ago
tea.rb bump 2 weeks 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

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

Uninstall

You can uninstall Gitea with

brew uninstall gitea tea changelog

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>