Gitea: Homebrew
Go to file
Bo-Yi Wu 4bf7c6c832 feat: improve returned recordings and expand OS compatibility (#164)
- Add new formula `act_runner-head.rb` for Gitea runner based on act with `main` version
- Add new formula `act_runner.rb` for Gitea runner based on act with version `0.1.4`
- Update `bump_version.sh` to include `act_runner` in the binaries list

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

fix https://gitea.com/gitea/homebrew-gitea/issues/163

Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.io>
Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/164
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-committed-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2023-05-03 09:54:40 +08:00
.gitea feat: improve returned recordings and expand OS compatibility (#164) 2023-05-03 09:54:40 +08:00
utils support m1 devices (#149) 2021-11-29 04:45:57 +08:00
.editorconfig Initial commit 2016-11-25 14:46:19 +01:00
CONTRIBUTING.md Add .github & update contributing/maintainers file 2017-01-24 21:59:59 +01:00
CONTRIBUTORS Initial commit 2016-11-25 14:46:19 +01:00
DCO Initial commit 2016-11-25 14:46:19 +01:00
LICENSE Initial commit 2016-11-25 14:46:19 +01:00
MAINTAINERS Update MAINTAINERS file 2019-01-02 19:13:38 +01:00
README.md Update README to add tea and changelog (#103) 2020-07-19 03:37:21 +00:00
act_runner-head.rb feat: improve returned recordings and expand OS compatibility (#164) 2023-05-03 09:54:40 +08:00
act_runner.rb feat: improve returned recordings and expand OS compatibility (#164) 2023-05-03 09:54:40 +08:00
bump_version.sh feat: improve returned recordings and expand OS compatibility (#164) 2023-05-03 09:54:40 +08:00
changelog.rb Switch to Actions (#161) 2023-04-21 21:46:03 +08:00
gitea-head.rb Switch to Actions (#161) 2023-04-21 21:46:03 +08:00
gitea.rb gitea 1.19.2 2023-04-30 06:05:28 +02:00
tea-head.rb Switch to Actions (#161) 2023-04-21 21:46:03 +08:00
tea.rb Switch to Actions (#161) 2023-04-21 21:46:03 +08:00

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>