chore: add licenses for formulae files (#173)

Add license field for all formulae files.

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/173
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Co-committed-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-09-03 19:08:18 +00:00 committed by techknowlogick
parent 9bfc1566fa
commit 2cba9d5b7f
7 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@ class ActRunnerHead < Formula
desc "A runner for Gitea based on act"
homepage "https://gitea.com/gitea/act_runner"
version "main"
license "MIT"
os = OS.mac? ? "darwin" : "linux"
arch = case Hardware::CPU.arch

View File

@ -4,6 +4,7 @@ class ActRunner < Formula
desc "A runner for Gitea based on act"
homepage "https://gitea.com/gitea/act_runner"
version "0.2.5"
license "MIT"
os = OS.mac? ? "darwin" : "linux"
arch = case Hardware::CPU.arch

View File

@ -4,6 +4,7 @@ class Changelog < Formula
desc "Generate changelog of gitea repository"
homepage "https://gitea.com/gitea/changelog"
version "main"
license "MIT"
os = OS.mac? ? "darwin-10.12" : "linux"
arch = case Hardware::CPU.arch

View File

@ -4,6 +4,7 @@ class GiteaHead < Formula
desc "Git with a cup of tea, painless self-hosted git service"
homepage "https://gitea.io"
version "main"
license "MIT"
os = OS.mac? ? "darwin-10.12" : "linux"
arch = case Hardware::CPU.arch

View File

@ -4,6 +4,7 @@ class Gitea < Formula
desc "Git with a cup of tea, painless self-hosted git service"
homepage "https://gitea.io"
version "1.20.3"
license "MIT"
os = OS.mac? ? "darwin-10.12" : "linux"
arch = case Hardware::CPU.arch

View File

@ -4,6 +4,7 @@ class TeaHead < Formula
desc "A command line tool to interact with Gitea servers"
homepage "https://gitea.com/gitea/tea"
version "main"
license "MIT"
os = OS.mac? ? "darwin" : "linux"
arch = case Hardware::CPU.arch

1
tea.rb
View File

@ -4,6 +4,7 @@ class Tea < Formula
desc "A command line tool to interact with Gitea servers"
homepage "https://gitea.com/gitea/tea"
version "0.9.2"
license "MIT"
os = OS.mac? ? "darwin" : "linux"
arch = case Hardware::CPU.arch