Skip to content

Commit

Permalink
dev: fix description and homepage for all formulas (#648)
Browse files Browse the repository at this point in the history
fixes #647
  • Loading branch information
d12frosted committed Jan 7, 2024
1 parent e286984 commit 7c5152c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ class EmacsPlusAT26 < EmacsBase
mirror "https://ftpmirror.gnu.org/emacs/emacs-26.3.tar.xz"
sha256 "4d90e6751ad8967822c6e092db07466b9d383ef1653feb2f95c93e7de66d3485"

desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"

#
# Dependencies
#
Expand Down
3 changes: 3 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ class EmacsPlusAT27 < EmacsBase
mirror "https://ftpmirror.gnu.org/emacs/emacs-27.2.tar.xz"
sha256 "b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9"

desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"

head do
url "https://github.com/emacs-mirror/emacs.git", :branch => "emacs-27"
end
Expand Down
3 changes: 3 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ class EmacsPlusAT28 < EmacsBase
sha256 "ee21182233ef3232dc97b486af2d86e14042dbb65bbc535df562c3a858232488"
env :std

desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"

head do
url "https://github.com/emacs-mirror/emacs.git", :branch => "emacs-28"
end
Expand Down
3 changes: 3 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ class EmacsPlusAT29 < EmacsBase
sha256 "d2f881a5cc231e2f5a03e86f4584b0438f83edd7598a09d24a21bd8d003e2e01"
env :std

desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"

head do
url "https://github.com/emacs-mirror/emacs.git", :branch => "emacs-29"
end
Expand Down
5 changes: 4 additions & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ class EmacsPlusAT30 < EmacsBase
version "30.0.50"
env :std

desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"

#
# Options
#
Expand Down Expand Up @@ -74,7 +77,7 @@ class EmacsPlusAT30 < EmacsBase
# URL
#

url "https://github.com/emacs-mirror/emacs.git", :branch => "master"
url "https://github.com/emacs-mirror/emacs.git", :revision => "6abea4d98d1d964c68a78cb9b5321071da851654"

#
# Icons
Expand Down
3 changes: 0 additions & 3 deletions Library/EmacsBase.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ def initialize(url, name, version, **meta)
end

class EmacsBase < Formula
desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"

def self.init version
@@urlResolver = UrlResolver.new(version, ENV["HOMEBREW_EMACS_PLUS_MODE"] || "remote")
end
Expand Down

0 comments on commit 7c5152c

Please sign in to comment.