Skip to content

Commit

Permalink
feat: use superenv on linux (#676)
Browse files Browse the repository at this point in the history
fixes #603
  • Loading branch information
d12frosted committed Mar 31, 2024
1 parent e683de1 commit 6367071
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Formula/emacs-plus@28.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ class EmacsPlusAT28 < EmacsBase
url "https://ftp.gnu.org/gnu/emacs/emacs-28.2.tar.xz"
mirror "https://ftpmirror.gnu.org/emacs/emacs-28.2.tar.xz"
sha256 "ee21182233ef3232dc97b486af2d86e14042dbb65bbc535df562c3a858232488"
env :std

on_macos do
env :std
end

desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"
Expand Down
5 changes: 4 additions & 1 deletion Formula/emacs-plus@29.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ class EmacsPlusAT29 < EmacsBase
url "https://ftp.gnu.org/gnu/emacs/emacs-29.3.tar.xz"
mirror "https://ftpmirror.gnu.org/emacs/emacs-29.3.tar.xz"
sha256 "c34c05d3ace666ed9c7f7a0faf070fea3217ff1910d004499bd5453233d742a0"
env :std

on_macos do
env :std
end

desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"
Expand Down
5 changes: 4 additions & 1 deletion Formula/emacs-plus@30.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
class EmacsPlusAT30 < EmacsBase
init 30
version "30.0.50"
env :std

on_macos do
env :std
end

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

0 comments on commit 6367071

Please sign in to comment.